How can I change tab using jquery?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
tomphantoo
Forum Members
Forum Members
Posts: 20
Joined: Mon Apr 11, 2011 7:33 am

How can I change tab using jquery?

Post by tomphantoo »

Upon clicking a relevant link, I'd like to be able to select/activate a tab directly, instead of reloading an entire page, with an 'active-tab-name' parameter. This relates to tabs of an admin page, so jquery is present, in my case, jquery-ui-1.8.4.custom.min.js.

The documented approach, something like

Code: Select all

 $('#page_tabs').tabs('select',indx);
doesn't work.

Any suggestions?
Post Reply

Return to “Layout and Design (CSS & HTML)”