Reputation: 18871
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
Reputation: 21742
How about updating to JQuery UI 1.9 and then be using the JQuery UI menu?
Upvotes: 0
Reputation: 4493
Since you are already using jQuery UI have you looked at the Tabs widget?
http://jqueryui.com/demos/tabs/
Upvotes: 2