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
0
votes
2 answers

How do I implement a menu using jQuery and jQuery UI?

I am using jQuery v1.6.1 and jQuery UI 1.8.12 and, using those JavaScript libraries, I would like to implement a "simple" menu, similar to the one present in the StackOverflow website when hovering over the nickname. Where I can find some useful…
Backo
  • 18,291
  • 27
  • 103
  • 170
0
votes
1 answer

Simulating click for jQuery UI menu?

I'm trying to simulate a click on a jQuery UI menu. It doesn't work. Maybe I'm not referencing it properly? This works for me: $('#test').click(function(){ console.log('test'); }); $('#test').click(); This will log 'test'. However it will…
0
votes
2 answers

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 is to close the entire second menu item with…
0
votes
1 answer

Arrange items in the jQuery UI menu widget horizontally

How to I arrange the items in the jQuery UI menu widget horizontally. It's still in development so things like this haven't been written yet. Does anyone have a fix?
Ben Shelock
  • 20,154
  • 26
  • 92
  • 125
0
votes
1 answer

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 have a dynamic system of expandable sections by…
user1554967
  • 121
  • 3
  • 11
0
votes
1 answer

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
  • -element:
  • Alexander Farber
    • 21,519
    • 75
    • 241
    • 416
    0
    votes
    2 answers

    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://jsbin.com/kirekufoju/edit?html,output
    Austin_G
    • 177
    • 11
    0
    votes
    0 answers

    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 Jquery Tabs But now I am working to change these…
    Sweetie
    • 1,298
    • 6
    • 24
    • 48
    0
    votes
    2 answers

    jQuery UI (iPod Like Menu) has a confliction with jQuery UI AutoComplete

    Has anyone run into any problems running jQuery UI AutoComplete and jQuery UI iPod like DrillDown Menu? http://wiki.jqueryui.com/Menu I realize it's still in a development stage, but curious if anyone else has noted this issue? If you know of a fix…
    Justin
    • 2,502
    • 7
    • 42
    • 77
    0
    votes
    2 answers

    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 Seven http://jsfiddle.net/fVLv3/1/ My problem is that I cant check or un-check if I click outside the…
    Sumit
    • 1,661
    • 1
    • 13
    • 18
    0
    votes
    1 answer

    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 jQuery and jQuery UI. Any help would be…