Sunday, May 22, 2011

jQuery idTabs switching tab

idTabs contains a bug where you may not program it to switch tab by passing

jQuery("#mytab.idTabs").idTabs(0);

This is due to the if statement in idTabs function which collect the "selected" class in a tag to determine the active tab.

the fixed version is available here:

No comments: