vote up 0 vote down star

I have an issue with nested jquery tabs and needs some help/pointer.

Currently I have 5 Parent tabs and have few sub tabs under each parent tabs.

When page gets loaded I want to show a particular Parent tab and one of its child tab active.

I am able to activate a particular parent tab but same is not working with child tabs.

Please let me know if anyone has faced similar issue and has any solution to share.

Reference - http://docs.jquery.com/UI/Tabs

Thanks & Regards, Ajay

flag

64% accept rate
WOuld help if you could provide a demo of your problem. Try jsbin.com. – redsquare Oct 23 '08 at 8:12

1 Answer

vote up 1 vote down

Are you tabs being loaded with ajax content? If so you will have to set the child active tab in the load callback....example in this thread. If you not doing this please provide your script and I will assist you.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.