56 questions
1
vote
1
answer
101
views
What files do I need for this jQuery UI Menus example?
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/...
0
votes
1
answer
233
views
How do you use JQuery UI menu with ENTER key?
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 ...
0
votes
2
answers
90
views
jQueryUI Menu widget: collapseAll does not collapse all subordered layers
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 ...
0
votes
1
answer
138
views
Building a dynamic navigation system using json data returned from records
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 ...
0
votes
1
answer
7k
views
Get the value attribute of the selected LI element in jQuery UI menu
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="...
0
votes
2
answers
57
views
block level elements inside an LI tag cause the LI tag to be taller than it's child contents. Can this be avoided?
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://...
1
vote
1
answer
144
views
submenu with adapting width
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 ...
0
votes
0
answers
78
views
How to change tabs to menus without effecting page and its content
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
...
1
vote
0
answers
118
views
How to close contextmenu when mouse leaves it
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")....
0
votes
2
answers
486
views
jQuery UI: How to check whether another instance of widget is opened?
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....
1
vote
1
answer
2k
views
jQuery UI Menu get/set for active ui-menu-item
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 ...
1
vote
1
answer
80
views
PHP post jQueryUI menu selection
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 ...
4
votes
1
answer
898
views
How can I stop my JQuery Menu going off the screen for larger menus?
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 ...
1
vote
2
answers
4k
views
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 ...
0
votes
1
answer
706
views
Jquery ui menu sublevel not displaying
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="...
0
votes
2
answers
2k
views
Is there a way to force a jQuery UI menu submenu to always position up instead of down?
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="#">...
0
votes
2
answers
940
views
jquery menu inside dialog not showing sub menus
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, ...
0
votes
0
answers
357
views
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 ...
3
votes
1
answer
207
views
Jquery ui menubar with bug in core - arrow keys broken
I have this code:
<ul id="bar1" class="menubar">
<li>
<a href="#"> label1</a>
<ul>
<li>
<...
0
votes
2
answers
598
views
jquery menu checkbox inside of anchor click area
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:...
2
votes
1
answer
2k
views
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 ...
1
vote
1
answer
2k
views
jQuery UI menu inside a jqGrid cell
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 ...
5
votes
3
answers
8k
views
Cannot set focus to a form field in a jQuery UI dialog on clicking a jQueryUI menu item
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 ...
1
vote
1
answer
4k
views
Disable the opening of submenu in jquery menu on hover
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 ...
0
votes
1
answer
242
views
Showing Dialong with Effects Depending on Menu Selection - jQuery UI
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 ...
1
vote
2
answers
912
views
jQueryUI on("menuselect") not firing every time
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 ...
2
votes
1
answer
1k
views
jquery menu ui. Auto expand 3rd level submenu when 2nd level submenu is expanded
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 (...
3
votes
4
answers
3k
views
jQuery-ui menu submenu not collapsing on mouseout
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 ...
2
votes
1
answer
2k
views
JQuery UI Menu Item prevent default link behavior
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:
$...
0
votes
1
answer
622
views
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 ...
2
votes
1
answer
1k
views
Adding drop down menus to jqGrid
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 ...
1
vote
2
answers
5k
views
Jquery UI 1.9 Menu - How do you keep active menu item highlighted?
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 ...
0
votes
2
answers
6k
views
How to force jquery ui menu or similar to show second submenu items horizontally
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 ...
1
vote
1
answer
1k
views
Jquery (1.10.1) menu overlay
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 ...
5
votes
1
answer
10k
views
jquery-ui dropdown menu style
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/...
0
votes
1
answer
550
views
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 (...
11
votes
1
answer
14k
views
Get the selected item
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 ...
8
votes
6
answers
5k
views
How to hide a jquery ui menu when clicked anywhere else?
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....
0
votes
2
answers
2k
views
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 ...
4
votes
3
answers
6k
views
Trouble Understanding jQuery-UI Popup Menu
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/...
0
votes
2
answers
2k
views
Using jQuery Menu Widget as a Pop-Up Menu
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 ...
2
votes
1
answer
3k
views
jQueryUI menu hide
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 ...
1
vote
2
answers
9k
views
Menu from jquery-ui
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 ...
2
votes
0
answers
637
views
jQueryUI Menu enter key doesn't work
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 ...
3
votes
1
answer
5k
views
JQueryUI menu select event not firing
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?
...
0
votes
1
answer
4k
views
jquery ui menu custom popup
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 ...
1
vote
2
answers
13k
views
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:
<...
1
vote
0
answers
444
views
clickable menubarItem for top level node on new jqueryui menubar?
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 ...