File tree Expand file tree Collapse file tree 5 files changed +10
-97
lines changed Expand file tree Collapse file tree 5 files changed +10
-97
lines changed Original file line number Diff line number Diff line change 8
8
< link rel ="stylesheet " href ="../demos.css ">
9
9
< script src ="../../external/requirejs/require.js "> </ script >
10
10
< script src ="../bootstrap.js ">
11
- $ ( ".widget button" ) . first ( )
12
- . button ( )
13
- . next ( ) . button ( {
11
+ $ ( ".widget button" )
12
+ . eq ( 0 ) . button ( )
13
+ . end ( ) . eq ( 1 ) . button ( {
14
14
icon : "ui-icon-gear" ,
15
15
showLabel : false
16
- } ) . next ( ) . button ( {
16
+ } ) . end ( ) . eq ( 2 ) . button ( {
17
17
icon : "ui-icon-gear"
18
- } ) . next ( ) . button ( {
18
+ } ) . end ( ) . eq ( 3 ) . button ( {
19
19
icon : "ui-icon-gear" ,
20
20
iconPosition : "end"
21
- } ) . next ( ) . button ( {
21
+ } ) . end ( ) . eq ( 4 ) . button ( {
22
22
icon : "ui-icon-gear" ,
23
23
iconPosition : "top"
24
- } ) . next ( ) . button ( {
24
+ } ) . end ( ) . eq ( 5 ) . button ( {
25
25
icon : "ui-icon-gear" ,
26
26
iconPosition : "bottom"
27
27
} ) ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ input.ui-button.ui-icon-notext .ui-icon {
74
74
}
75
75
76
76
/* workarounds */
77
- /* Support: FireFox >= 4 */
77
+ /* Support: Firefox 5 - 40 */
78
78
input .ui-button ::-moz-focus-inner ,
79
79
button .ui-button ::-moz-focus-inner {
80
80
border : 0 ;
Original file line number Diff line number Diff line change 12
12
//>>description: Enhances a form with themeable buttons.
13
13
//>>docs: http://api.jqueryui.com/button/
14
14
//>>demos: http://jqueryui.com/button/
15
- //>>css.structure: ../themes/base/core.css, ../themes/base/button.css
15
+ //>>css.structure: ../themes/base/core.css
16
+ //>>css.structure: ../themes/base/button.css
16
17
//>>css.theme: ../themes/base/theme.css
17
18
18
19
( function ( factory ) {
You can’t perform that action at this time.
0 commit comments