• Hey Micah,

    Very handy plugin.
    If you could add this to the next version:

    function switch_tabs(obj) {
    
    		//$('.tab-me-tab-content').hide();
    		//$('.tab-me-tabs li').removeClass("active");
    		obj.parent().parent().find('.tab-me-tab-content').hide();
    		obj.parent().find('li').removeClass("active");

    … that will allow your plugin to fire also for multiple tabs on one page.

    Best,
    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author MicahBlu

    (@micahblu)

    @ flymke yep.. that sounds about right.. I should have a new version out no later than a month, you’ll most likely see that tidbit in there ??

    Nyfromla

    (@nyfromla)

    I’m having an issue where I embed an iframe in two tabs that are the same iframe, but different parameters to be passed. It appears as though the tab does not perform a refresh on the iframe, so the results are the same from tab to tab (cached). Is this code that might correct this? Also, when I select an item in the iframe, it refreshes my whole page, and not just the content in the iframe, so the user is taken to the top of the page and has to scroll back down to where the tabs are 1/2 down the page

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Handy plugin’ is closed to new replies.