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

132 questions
19
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,658
  • 3
  • 17
  • 24
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
  • 767
  • 7
  • 13
4
votes
1 answer

JQuery UI selectmenu not a function

I'm trying to style an HTML select menu with JQuery UI; but it simply isn't working. Here is a JSFiddle. Below are stripped down examples of what I'm trying to accomplish. Here's my HTML code:
Vance T
  • 453
  • 2
  • 4
  • 15
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: