Questions tagged [jquery-ui-selectmenu]

A jQuery UI widget that duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.

A jQuery UI widget that duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.

jQuery-ui selectmenu widget homepage

API Documentation

Examples

Wiki: http://wiki.jqueryui.com/w/page/12138056/Selectmenu
Demo: http://view.jqueryui.com/selectmenu/demos/selectmenu/default.html

141 questions
21
votes
6 answers

How to select an option in a jQuery ui selectmenu dynamically?

After changing a menu from a regular select to a jQuery selectmenu, I can no longer select options in it programatically. Is there a way to do this? The code to select is (assuming ListId is the actual Id of the list) $('#ListId').val(value); The…
Jamie
  • 2,948
  • 4
  • 19
  • 26
8
votes
2 answers

How to get the value of selected item on change using jQueryUI Selectenu

I am using the Select Menu widget to display a list of states within a form: replacement with custom text formatting using jQuery UI Selectmenu. Third and fifth selects in this fiddle are good examples of what I am trying to achieve: http://jsfiddle.net/fnagel/GXtpC/ In the fiddle, there is defined…
Lukas
  • 817
  • 8
  • 13
3
votes
1 answer

catch data-attribute after jQuery selectmenu

I am unable to catch the data-attribute after the applying jQuery UI select menu on it. How is it possible to get the data? HTML: