How set default opened JQuery UI tab another than first

Posted by user568920 on Stack Overflow See other posts from Stack Overflow or by user568920
Published on 2011-01-09T16:43:00Z Indexed on 2011/01/09 16:53 UTC
Read the original article Hit count: 114

Filed under:
|

I have big web application using JQuery UI Tabs. In central JS file I have setted all tabs.

Using

$("#tabs").tabs;

But on one page I need to have selected another tab than first.

If I use

$("#tabs").{ selected: add });

(name of tab is #add)

Its not running, probably because Tabs are already set up.

Does anyone know how to set opened another than first tab (in default state - after loading page) if tabs are already turned on?

I hope, you will understand, my English is pretty terrible.

© Stack Overflow or respective owner

Related posts about jquery-ui

Related posts about jquery-ui-tabs