EduardET

marcus537

Nov 7th, 2017
129
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 controlsLinks = $( ".wpc-tabs .et_pb_tabs_controls li a" );
  5.         controlsLinks.each( function() {
  6.             $( this ).click( function() {
  7.                 var index = $( this ).parent().index();
  8.                 $(".et_pb_tab_"+index+" .et_pb_tab_content").resize();
  9.             } )
  10.         } )
  11.     } );
  12. } )( jQuery );
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment