Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
101 views

I'm trying to get this example working locally (so I can modify for my own use), but given the poor result I'm guessing that something significant is missing: https://codepen.io/seungjaeryanlee/pen/...
CompanyDroneFromSector7G's user avatar
0 votes
1 answer
233 views

I'm working on an application that needs to be fully keyboard controllable, everything is working great up until now, but i can't make the JQuery UI Menu widget works when using the ENTER key. From ...
A. CLAUDE's user avatar
0 votes
2 answers
90 views

I am dealing with the jqueryUI menu widget and got a wrong behaviour. Look at the following codesnippets and the menu scheme bellow: As you can see the menu is open up to the third level. My intention ...
Lukas Glaser's user avatar
0 votes
1 answer
138 views

I have decided to use slicknav to build a dynamic navigation system for a series of records for a fire alarm incident system. I have this system built in Lotus domino database and in this database I ...
user1554967's user avatar
0 votes
1 answer
7k views

I have prepared a jsFiddle for my question: For that I have taken the jQuery UI menu with categories example and have just added VALUE="some_number" attribute to each <LI>-element: <ul id="...
Alexander Farber's user avatar
0 votes
2 answers
57 views

When I put an icon on a menu item it makes the li tall but if you inspect the elements the li is the only thing that tall in the element. Is this avoidable? if not, why? Link to example: https://...
Austin_G's user avatar
  • 177
1 vote
1 answer
144 views

I have a drop down menu with a lot of sublevels. I made an easy example of 4 levels. Because the menu is in a sidebar en should be also convenient for smaller mobile devices, I would like to keep the ...
Jan de Vries's user avatar
0 votes
0 answers
78 views

I have a jquery ui "tabs" widget in one of my page that works perfectly.The tabs show horizontally like "Details" "Address" and on click of each tab, the different content is being shown like here ...
Sweetie's user avatar
  • 1,378
1 vote
0 answers
118 views

I'm using jquery-ui-contextmenu. The menu stays opened until a mouse click is done elsewhere. I want the menu to close when the mouse leaves it. I tried: blur: function(event, ui) { $("#tree")....
albar's user avatar
  • 3,100
0 votes
2 answers
486 views

I've created custom widget by extending jQuery UI's Menu. It's basically needed to work with <select> HTML element like ui.selectmenu does, but display options in submenus: $.widget("market....
marknorkin's user avatar
  • 4,114
1 vote
1 answer
2k views

I need to do a multi dropdown menus using jQuery UI Menu. Before that we used jQuery UI Selectmenu for this purposes. Selectmenu was based on select, where there can be used a val() method to get/set ...
marknorkin's user avatar
  • 4,114
1 vote
1 answer
80 views

I have a jQuery UI menu inside a form and I would like to be able to pass the tag attribute as value for my POST in PHP. Does anybody know how I can do that? I only know how to get that value via ...
Cristina's user avatar
4 votes
1 answer
898 views

I've got a JQuery menu which I need to always stay visible on the screen at all times. So if the child menu would overlap the bottom of the window it should shift "up". e.g. It seems to work fine ...
Urbycoz's user avatar
  • 7,461
1 vote
2 answers
4k views

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 ...
t_plusplus's user avatar
  • 4,229
0 votes
1 answer
706 views

I have a jqueryui menu,but its sublevel is not displaying.when we check the html using firebug the sublist is there .But on hover the sublist is not displaying. <link href="../css/style.css" rel="...
thejus_r's user avatar
  • 321
0 votes
2 answers
2k views

I have a simple jQuery UI menu with a header bar over the top: <div style="width: 100%; min-height: 100px;"></div> <ul id="menu" style="width: 100px;"> <li><a href="#">...
AJ.'s user avatar
  • 16.7k
0 votes
2 answers
940 views

I have a jquery menu, with sub menus, inside of a jquery dialog like this. http://jsfiddle.net/pnmpn25/VPXjs/17/ $("#menu").menu(); $("#dlg").dialog(); My problem is that when I open a sub menu, ...
Sumit's user avatar
  • 1,659
0 votes
0 answers
357 views

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 ...
Fausto R.'s user avatar
  • 1,334
3 votes
1 answer
207 views

I have this code: <ul id="bar1" class="menubar"> <li> <a href="#"> label1</a> <ul> <li> <...
user455318's user avatar
  • 3,346
0 votes
2 answers
598 views

I am using jquery ui menu 1.9. I have list item elements defined as <li><a href="#"><label><input type="checkbox" value="Seven"/>Seven</label></a></li> http:...
Sumit's user avatar
  • 1,659
2 votes
1 answer
2k views

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 ...
Sumit's user avatar
  • 1,659
1 vote
1 answer
2k views

I have created a grid and customized a column to contain a jquery UI menu like in the Split Button example Everything works fine except for the fact that the menu window appear inside the cell ...
Lorenzo's user avatar
  • 29.4k
5 votes
3 answers
8k views

I've got a jQuery UI dialog containing a one-field form and the autoOpen property is set to false at the beginning. There's another jQuery UI menu on the page and the dialog's open function is binding ...
aarryy's user avatar
  • 502
1 vote
1 answer
4k views

I am using jquery menu in my application.I have 3 levels of submenu. Like the one shown in the jsfiddle below. http://jsfiddle.net/ankitap/WC3bE/ When we do mouse hover on the menu options,the ...
LearningToCode's user avatar
0 votes
1 answer
242 views

I am using both jQuery UI Dialog and Menu. I am trying to have a dialog open and display a different effect depending on the menu choice. The dialog opens, but no effects happen. I am new to both ...
user2761359's user avatar
1 vote
2 answers
912 views

Creating a menu with jQueryUI, I noticed that if you select a menuitem, it fires the appropriate event properly. However, if you then select another menuitem right away (without clicking on anything ...
EleventyOne's user avatar
  • 7,552
2 votes
1 answer
1k views

I am trying to get a 3rd level menu to automatically expand when its first level parent is expanded. So in the example I have, when you hover over the first item I want the Item 1 submenu to show (...
josh's user avatar
  • 859
3 votes
4 answers
3k views

I'm playing around with the Jquery-ui menu widget and I'm trying to get some functionality that seems like it should be REALLY obvious... but I might be overlooking it, or maybe they did when they ...
FEERspreads's user avatar
2 votes
1 answer
2k views

I have a JQuery UI menu on my page. I want to alter the default behavior of when an item is selected, so that instead of following the link, my function is just executed. The following works: $...
Ford's user avatar
  • 2,607
0 votes
1 answer
622 views

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 ...
Robbie's user avatar
  • 445
2 votes
1 answer
1k views

I'm working on porting a WinForm app to the browser and would like to retain the ability to have a set of drop down menus along the top (within the Toolbar) of jqGrid. I'm able to create a custom ...
Randy's user avatar
  • 1,975
1 vote
2 answers
5k views

I'm using the Jquery UI "Menu" API to create a navigation menu in an application. The menu draws and links fine, and when hovering over it, the natural jquery ui css is applied, giving hovered ...
Rimer's user avatar
  • 2,104
0 votes
2 answers
6k views

Menu has 3 levels. First level has only single item called "Show all". Second level contains product categories. Third level contains subcategories. There are no more menu levels. Subcategories must ...
Andrus's user avatar
  • 28.2k
1 vote
1 answer
1k views

Here is my problem in a short form: I want to have split-buttons with a menu inside (done with jquery-ui see: jqueryui-demo, which do not affect the positioning of anything else. So the second button ...
Sebastian van Wickern's user avatar
5 votes
1 answer
10k views

i am using jquery-ui 1.9.2 version which has a new menu option in there. Is there any way that i can change the menu style to be a drop-down just like http://onehackoranother.com/projects/jquery/...
jeev's user avatar
  • 478
0 votes
1 answer
550 views

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 (...
Jeff Noel's user avatar
  • 7,627
11 votes
1 answer
14k views

Sorry if my question is too simple, but I can't figure it out from the jQuery UI documentation. How can I determine which option was clicked within a menu? I tried something like this but it didn't ...
Uder Moreira's user avatar
8 votes
6 answers
5k views

I am trying to implement a jquery-ui menu that appears when an object is clicked but disappears when a click is made anywhere other than on the menu itself. This is the code I have so far: $("div....
Ahmed-Anas's user avatar
  • 5,659
0 votes
2 answers
2k views

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 ...
Andrus's user avatar
  • 28.2k
4 votes
3 answers
6k views

I'm trying to figure out how to make a pop-up menu using the jQuery UI menu widget. After searching around, I finally found the following demo that does what I want: http://view.jqueryui.com/menubar/...
Jonathan Wood's user avatar
0 votes
2 answers
2k views

I'm trying to use the jQuery Menu Widget in my Web Forms app. I threw together a simple demo and it works exactly like the example in the link above. But I want the menu to be a pop up menu. And ...
Jonathan Wood's user avatar
2 votes
1 answer
3k views

I create a menu using UL element, I am using jQueryUI to show this menu. <ul style="display:none" id="action_menu" class="menu"> <li><a href="javascript:alert(213112);">Edit ...
iamght's user avatar
  • 132
1 vote
2 answers
9k views

I was using the menu function from jQuery-ui. See my example fiddle My problem is that when you mouse-over a menu and you exit, all submenu exits too. But when you are in a submenu and you leave, the ...
Roland Feghaly's user avatar
2 votes
0 answers
637 views

I'm using the latest jQueryUI Menu code, but when I tab into the menu, and select a link by hitting the Enter key, the li containing a suitable a href does not open. The only way to get a link to open ...
Resu's user avatar
  • 45
3 votes
1 answer
5k views

According to the documentation in http://docs.jquery.com/UI/Menu#event-select the following should fire an event when selecting (clicking?) an item, but it doesn't do anything. Am I missing anything? ...
Julio's user avatar
  • 718
0 votes
1 answer
4k views

I've found the http://docs.jquery.com/UI/Menu widget. I'd like to achieve exactly the same behavior as seen in this demo: http://view.jqueryui.com/menubar/demos/menu/contextmenu.html But if I add ...
Attila Fulop's user avatar
  • 7,051
1 vote
2 answers
13k views

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's user avatar
  • 15.5k
1 vote
0 answers
444 views

I'm investigating the new jqueryui menubar. The menubar seems to work well, but sometimes you have a menu item that doesn't have children. I modified the above default demo to have a top level ...
JStark's user avatar
  • 2,788