File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 108
108
109
109
/* empty */
110
110
$ ( ".empty select" ) . selectmenu ( ) ;
111
-
111
+
112
112
/* width */
113
113
$ ( "#width_auto1, #width_auto2" ) . selectmenu ( ) ;
114
-
114
+
115
115
$ ( "#width_js1, #width_js2" ) . selectmenu ( {
116
116
width : 200
117
117
} ) ;
118
-
118
+
119
119
var widthMenu = $ ( "#width_menu" ) . selectmenu ( ) ;
120
120
widthMenu . selectmenu ( "menuWidget" ) . addClass ( "width-menu" ) ;
121
-
121
+
122
122
} ) ;
123
123
</ script >
124
124
< style >
128
128
select { width : 200px ; }
129
129
130
130
.ui-selectmenu-button { display : block; margin-bottom : 1em ;}
131
-
131
+
132
132
/* width */
133
133
.width-menu { width : 196px ; }
134
134
</ style >
@@ -267,7 +267,7 @@ <h2>Width tests</h2>
267
267
< option > Width test 2</ option >
268
268
< option > Width test 3 Width test 3 Width test 3</ option >
269
269
</ select >
270
-
270
+
271
271
< label for ="width_js1 "> Width set by JS</ label >
272
272
< select name ="width_js1 " id ="width_js1 ">
273
273
< option > Width test 1</ option >
@@ -280,14 +280,14 @@ <h2>Width tests</h2>
280
280
< option > Width test 1</ option >
281
281
< option > Width test 2</ option >
282
282
< option > Width test 3 Width test 3 Width test 3</ option >
283
- </ select >
283
+ </ select >
284
284
285
285
< label for ="width_menu "> Width set by JS with long option</ label >
286
286
< select name ="width_menu " id ="width_menu ">
287
287
< option > Width test 1</ option >
288
288
< option > Width test 2</ option >
289
289
< option > Width test 3 Width test 3 Width test 3</ option >
290
- </ select >
290
+ </ select >
291
291
</ fieldset >
292
292
</ form >
293
293
You can’t perform that action at this time.
0 commit comments