Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

hidden content when applying to multiple tabContainers


Project:simplyTabs
Version:1.0.0-rc1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Hi

I've come across a small issue when applying simplyTabs to multiple items (tabContainers).

After calling simplyTabs(), only the content of the first tabContainer is visible. The rest appear empty.

I've attached a test case so you can get a better idea of what is going on.

Further, making the following change to line 56 of jquery.simplytabs.js seemed to fix the problem.

var $menu = $(o.tabsNavMenuSelector);

changed to

var $menu = $(o.tabsNavMenuSelector, $tabContainer);

Thanks for the plugin. It's exactly what I needed.

AttachmentSize
test case for hidden content when applying to multiple tabContainers23.37 KB