Closed hatsforclowns closed 2 years ago
Is there a method for collapsing active tabs? Trying to manually override the style attr on a jQuery click event isn't working for me.
Would something like the below work?
$('.tabs').tabslet({ active: 1 }) $('.tabs a').click(function() { $('.tabs').tabslet('options', 'active', '0') })
Is there a method for collapsing active tabs? Trying to manually override the style attr on a jQuery click event isn't working for me.
Would something like the below work?