w2tabs.select

Finds tab with id and makes it active.
select(id)
id string, id of the tab object
Return boolean.

Description

The first argument id is the id of the tab object you used when you created tabs. The .tabs array holds all created tab objects. This method will make the tab selected without triggering any events. If the tab was already selected (or does not exist) the method will return false. If you need to select a tab triggering all events you should call .doClick method.
If you have tabs defined in the following way: You can add tabs:

User Comments

comments powered by Disqus