How to change YUI3 tab using javascript

I want to provide an additional link to the change tab using YUI3.
I have a form distributed across several tabs, so at the bottom of the tab I want a β€œcontinue” link that will be used for the next tab.

any ideas.

+4
source share
1 answer

myTabView.selectChild (index) is the right way to programmatically change tabs.

+10
source

Source: https://habr.com/ru/post/1335322/


All Articles