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 11
11
< link type ="text/css " href ="../demos.css " rel ="stylesheet " />
12
12
< script type ="text/javascript ">
13
13
$ ( 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
+ } )
17
19
. 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
+ } )
27
29
. parent ( )
28
- . buttonset ( ) ;
30
+ . buttonset ( ) ;
29
31
} ) ;
30
32
</ script >
31
33
< style >
You can’t perform that action at this time.
0 commit comments