Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- ( function( $ ) {
- $( document ).ready( function() {
- var controlsLinks = $( ".wpc-tabs .et_pb_tabs_controls li a" );
- controlsLinks.each( function() {
- $( this ).click( function() {
- var index = $( this ).parent().index();
- $(".et_pb_tab_"+index+" .et_pb_tab_content").resize();
- } )
- } )
- } );
- } )( jQuery );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment