ankimal
ankimal

Reputation: 925

How to build a custom tab navigation in jquery?

I am trying to build a navigation/menu system in which users can create custom tabs similar to yahoo mail. To be more descriptive, a user would have a fixed set of tabs when on the menu and then add tabs to the menu and navigate freely within tabs keeping context.

I would prefer to do this in jquery but am open to other frameworks as well.

Upvotes: 0

Views: 458

Answers (1)

earthling
earthling

Reputation: 5264

check out jquery tools. I haven't yet used it in production, but I've played around with their tabs and found it was extremely simple to set up.

Upvotes: 2

Related Questions