Toggle from other location

Toggle from other location

Hey everyone,

I'm creating a site in wordpress with some audio links, (download, lyrics, play song etc...)

Now i have a few of these boxes:

  1. <div style="" class="vc_col-sm-4 wpb_column column_container vc_custom_1457182789700 ">
  2. <div class="mk-audio small-version-false add-baloon audioplayercss"><span class="mk-audio-author">Song Title</span><script type="">

  3.         
  4. <div class="jp-download"><a class="mk-icon-download" href="Song.mp3" download=""></a> </div>

  5.                 </div>
  6.             </div></div>
  7. <div class="mk-toggle ">
  8.     <div class="mk-toggle-title"><i style="color:" class="mk-flaticon-document58"></i></div>
  9.     <div class="mk-toggle-pane" style="display: none;">
  10.         <div style="background-color:" class="inner-box">
  11.             <p>Show Text </div>
  12.     </div>
  13. </div>
  14. </div>
The Toggle works fine if you click on the mk-toggle-title icon.

Now what i want to do is hide the mk-toggle title, put an a link with the same icon above the jp-download div and when you click on that the mk-toglle-title needs to be activated programaticaly (click)

And it needs to be done for all n-boxes ( vc_col-sm-4 wpb_column) on the page...

I'm not experienced in javascript, could anyone help me out here? I know it's not a simple question...