EduardET

Untitled

Jun 8th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         var button = $( '.wpc-button' );
  5.         button.each( function() {
  6.             $( this ).click( function() {
  7.                 var index = $( this ).parent().parent().index();
  8.                 accItem = $( '#wpc-acc .et_pb_accordion_item_' + index );
  9.                 actionTrigger = accItem.find( '.et_pb_toggle_title' ).trigger('click');
  10.             } )
  11.  
  12.         } )
  13.     } );
  14. } )( jQuery );
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment