47 questions
1
vote
1
answer
97
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
223
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
83
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
143
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
74
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
116
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
485
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
75
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
887
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 ...
0
votes
1
answer
698
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="#">...