Questions tagged [jquery-ui-menubar]

The Menu widget that forms a part of the jQuery.UI library

Menu is a widget that is a part of the jQuery-ui library.

For more demos visit official developer site here.

API Documentation

9 questions
2
votes
1 answer

jquery-ui menu keep sub menu open

Assume I have this fiddle http://jsfiddle.net/pnmpn25/VPXjs/ $( "#menu" ).menu(); It's the demo implementation from the jquery ui site. When I click on Salzburg->Delphi the submenu for Delphi stays open, this is what I want. When I click on…
Sumit
  • 1,661
  • 1
  • 13
  • 18
1
vote
2 answers

JQuery UI: Horizontal Menu

I wonder how to change the layout of a JQuery UI menu from vertical to horizontal. I have tried this but it only worked for main links on the menu bar but not the ones on the submenu. I mean the items under 'Delphi' kept on displaying horizontally…
t_plusplus
  • 4,079
  • 5
  • 45
  • 60
1
vote
2 answers

jQuery UI Menubar not working

I got the code from here and the related files from here. I just changed the paths and kept only one menubar, its not working for me. Here is what I can see: Here is my code: In the HTML Head:
Rahul Desai
  • 15,242
  • 19
  • 83
  • 138
0
votes
1 answer

menubar's sliding effect and tabs not appear

I want when pointing from one menu to another menu, the menu looked like a sliding board. i can show that after downloaded at apycom.com, beside that, i have a jquery-ui tabs in input.php. the problem comes after i have included that…
klox
  • 2,089
  • 11
  • 38
  • 65
0
votes
0 answers

jQuery-Ui menubar select not firing from top level

Standard jQuery-Ui menu fires select event from any menu item, however menubar is not doing so for items in the top level. Please, see testing code here http://jsfiddle.net/sPSn8/1/ And try top level items in both (horizontal menubar and vertical…
Fausto R.
  • 1,314
  • 3
  • 16
  • 29
0
votes
1 answer

jQuery UI Menubar Phantom Submenu Issue

I am creating a jQuery menubar, and everything is looking good but I get a weird effect when I mouse over a top level menu item that has a submenu where the first item also has a sub menu. If I mouse in and out (moving left and right over the View…
Robbie
  • 445
  • 5
  • 13
0
votes
1 answer

JQuery UI menubar dropdown issue

When I have a menu item which contains a submenu, this submenu is shown inside the menu's div, screwing the css (hover over the Services tab): http://jsfiddle.net/jYXnE/2/ There this part of the JS (that everyone seems to use) which bothers me when…
Jeff Noel
  • 7,500
  • 4
  • 40
  • 66
0
votes
2 answers

how to put jquery ui menubar items to single row

jquery ui menubar is added to application. Every menu item starts at next row and bullet in IE9 appears in first column: In firefox bullet appears before every menu item. How to force all menubar items in same row ? Page source is:
Andrus
  • 26,339
  • 60
  • 204
  • 378