Backo
Backo

Reputation: 18871

How do I implement a menu using jQuery and jQuery UI?

I am using jQuery v1.6.1 and jQuery UI 1.8.12 and, using those JavaScript libraries, I would like to implement a "simple" menu, similar to the one present in the StackOverflow website when hovering over the nickname.

Where I can find some useful tutorial or information about jQuery menus? What do you advise?

Upvotes: 0

Views: 970

Answers (2)

Rune FS
Rune FS

Reputation: 21742

How about updating to JQuery UI 1.9 and then be using the JQuery UI menu?

Upvotes: 0

marto
marto

Reputation: 4493

Since you are already using jQuery UI have you looked at the Tabs widget?

http://jqueryui.com/demos/tabs/

Upvotes: 2

Related Questions