File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed
Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change 1111 < link type ="text/css " href ="../demos.css " rel ="stylesheet " />
1212 < script type ="text/javascript ">
1313 $ ( function ( ) {
14- $ ( "#rerun" ) . button ( ) . click ( function ( ) {
15- alert ( "Running the last action" ) ;
16- } )
14+ $ ( "#rerun" )
15+ . button ( )
16+ . click ( function ( ) {
17+ alert ( "Running the last action" ) ;
18+ } )
1719 . next ( )
18- . button ( {
19- text : false ,
20- icons : {
21- primary : "ui-icon-triangle-1-s"
22- }
23- } )
24- . click ( function ( ) {
25- alert ( "Could display a menu to select an action" ) ;
26- } )
20+ . button ( {
21+ text : false ,
22+ icons : {
23+ primary : "ui-icon-triangle-1-s"
24+ }
25+ } )
26+ . click ( function ( ) {
27+ alert ( "Could display a menu to select an action" ) ;
28+ } )
2729 . parent ( )
28- . buttonset ( ) ;
30+ . buttonset ( ) ;
2931 } ) ;
3032 </ script >
3133 < style >
You can’t perform that action at this time.
0 commit comments