Tab Button Class Names
-
Hey bud,
What are the class names of the Tab Buttons at the top, or are you able to assist in replacing what is necessary in the below with your classes? This is based off supsystic pricing table code to fix the layout inside any tab, and was designed for the default tab module that comes with Divibuilder.
<script> (function($) { $(document).ready(function() { $(‘.et_pb_tabs_controls li’).click(function() { var index = $(this).index(); $tabs = $(this).parents(‘.et_pb_tabs’); setTimeout(function() { $tabs.find(‘.et_pb_all_tabs .et_pb_tab_’ + index).resize(); }, 700); }); }); })(jQuery); </script>
Thanks so much
Regards
Warren
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Tab Button Class Names’ is closed to new replies.