Questions tagged [jquery-ui-menu]

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

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

type: widget
release: 1.9
status: released
documentation: http://api.jqueryui.com/menu/
demo: http://jqueryui.com/menu/

API Documentation

48 questions
2
votes
0 answers

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 is to click with the mouse, but I want the Enter…
Resu
  • 45
  • 5
1
vote
0 answers

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 clickable menu item. The mouseover shows the correct…
JStark
  • 2,788
  • 2
  • 29
  • 37
1
vote
1 answer

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/YYoGbp I assume it needs jQuery and jQuery UI…
CompanyDroneFromSector7G
  • 4,291
  • 13
  • 54
  • 97
1
vote
1 answer

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 total width limited. Is there a possibility to…
1
vote
0 answers

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").contextmenu("close"); }, but the menu is closed…
albar
  • 3,020
  • 1
  • 14
  • 27
1
vote
1 answer

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 select value. Now menu is based upon ul/li and so…
marknorkin
  • 3,904
  • 10
  • 46
  • 82
1
vote
0 answers

jQuery UI Menu animation

I am trying to animate the built in jQuery UI menu function. I have tried many different mothods and I think it should have something to do the with the "focus" event, here is the the code I have but it does not actually slide out the menu, what am…
1
vote
1 answer

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 JavaScript. Example:
Cristina
  • 77
  • 8
1
vote
1 answer

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 causing a bad visual effect, that is, the cell height…
Lorenzo
  • 29,081
  • 49
  • 125
  • 222
1
vote
1 answer

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 submenu will open automatically. I want to disable this…
LearningToCode
  • 153
  • 1
  • 5
  • 19
1
vote
2 answers

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 outside the menu first), it does not fire the…
EleventyOne
  • 7,300
  • 10
  • 35
  • 40
1
vote
2 answers

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 elements the ui-state-focus class. When you move the…
Rimer
  • 2,054
  • 6
  • 28
  • 43
1
vote
1 answer

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 should not move at all, if the first split-button…
Sebastian van Wickern
  • 1,699
  • 3
  • 15
  • 31
1
vote
2 answers

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 submenu will stay open. it won't close until you…
0
votes
1 answer

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 the documentation, there seems to be no specifics…
A. CLAUDE
  • 5
  • 3