We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b215e commit 2d0f05bCopy full SHA for 2d0f05b
demos/selectmenu/default.html
@@ -22,6 +22,8 @@
22
.selectmenu()
23
.selectmenu( "menuWidget" )
24
.addClass( "overflow" );
25
+
26
+ $( "#salutation" ).selectmenu();
27
});
28
</script>
29
<style>
@@ -87,6 +89,16 @@
87
89
<option>18</option>
88
90
<option>19</option>
91
</select>
92
93
+ <label for="salutation">Select a title</label>
94
+ <select name="salutation" id="salutation">
95
+ <option disabled selected>Please pick one</option>
96
+ <option>Mr.</option>
97
+ <option>Mrs.</option>
98
+ <option>Dr.</option>
99
+ <option>Prof.</option>
100
+ <option>Other</option>
101
+ </select>
102
</fieldset>
103
104
</form>
0 commit comments