File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 18
18
< script type ="text/javascript " src ="../ui/jquery.ui.dialog.js "> </ script >
19
19
< script type ="text/javascript " src ="../ui/jquery.ui.draggable.js "> </ script >
20
20
< script type ="text/javascript " src ="../ui/jquery.ui.droppable.js "> </ script >
21
+ < script type ="text/javascript " src ="../ui/jquery.ui.menu.js "> </ script >
21
22
< script type ="text/javascript " src ="../ui/jquery.ui.position.js "> </ script >
22
23
< script type ="text/javascript " src ="../ui/jquery.ui.progressbar.js "> </ script >
23
24
< script type ="text/javascript " src ="../ui/jquery.ui.resizable.js "> </ script >
265
266
< dd > < a href ="button/index.html "> Button</ a > </ dd >
266
267
< dd > < a href ="datepicker/index.html "> Datepicker</ a > </ dd >
267
268
< dd > < a href ="dialog/index.html "> Dialog</ a > </ dd >
269
+ < dd > < a href ="menu/index.html "> Menu</ a > </ dd >
268
270
< dd > < a href ="progressbar/index.html "> Progressbar</ a > </ dd >
269
271
< dd > < a href ="slider/index.html "> Slider</ a > </ dd >
270
272
< dd > < a href ="tabs/index.html "> Tabs</ a > </ dd >
Original file line number Diff line number Diff line change 9
9
< script type ="text/javascript " src ="../../ui/jquery.ui.position.js "> </ script >
10
10
< script type ="text/javascript " src ="../../ui/jquery.ui.widget.js "> </ script >
11
11
< script type ="text/javascript " src ="../../ui/jquery.ui.menu.js "> </ script >
12
+ < script type ="text/javascript " src ="../../ui/jquery.ui.button.js "> </ script >
12
13
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
13
14
< script type ="text/javascript ">
14
15
$ ( function ( ) {
15
- $ ( "button" ) . each ( function ( ) {
16
+ $ ( ".demo button" ) . button ( {
17
+ icons : {
18
+ primary : "ui-icon-home" ,
19
+ secondary : "ui-icon-triangle-1-s"
20
+ }
21
+ } ) . each ( function ( ) {
16
22
$ ( this ) . next ( ) . menu ( {
17
23
select : function ( event , ui ) {
18
24
$ ( this ) . hide ( ) ;
Original file line number Diff line number Diff line change 11
11
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
12
12
< script type ="text/javascript ">
13
13
$ ( function ( ) {
14
- $ ( "ul" ) . menu ( ) ;
14
+ $ ( ".demo ul" ) . menu ( ) ;
15
15
} ) ;
16
16
</ script >
17
17
< style >
You can’t perform that action at this time.
0 commit comments