Eliyahu
Eliyahu

Reputation: 331

jquery UI tabs - any tutorials

Are there any more extensive tutorials / documentations on the tabs widget? http://docs.jquery.com/UI/Tabs doesn't seem to cover or explain advanced features. I'm at a loss for how to dynamically add and remove tabs, for instance. Should I be studying some more background to the jquery UI?

Upvotes: 0

Views: 2605

Answers (2)

karim79
karim79

Reputation: 342625

You can dynamically add/remove tabs using the add and remove methods. Calling those methods will trigger their corresponding add and remove events.

Upvotes: 1

Related Questions