File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 < link rel ="stylesheet " href ="../demos.css ">
99 < script src ="../../external/requirejs/require.js "> </ script >
1010 < 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 ( {
1414 icon : "ui-icon-gear" ,
1515 showLabel : false
16- } ) . next ( ) . button ( {
16+ } ) . end ( ) . eq ( 2 ) . button ( {
1717 icon : "ui-icon-gear"
18- } ) . next ( ) . button ( {
18+ } ) . end ( ) . eq ( 3 ) . button ( {
1919 icon : "ui-icon-gear" ,
2020 iconPosition : "end"
21- } ) . next ( ) . button ( {
21+ } ) . end ( ) . eq ( 4 ) . button ( {
2222 icon : "ui-icon-gear" ,
2323 iconPosition : "top"
24- } ) . next ( ) . button ( {
24+ } ) . end ( ) . eq ( 5 ) . button ( {
2525 icon : "ui-icon-gear" ,
2626 iconPosition : "bottom"
2727 } ) ;
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 {
7474}
7575
7676/* workarounds */
77- /* Support: FireFox >= 4 */
77+ /* Support: Firefox 5 - 40 */
7878input .ui-button ::-moz-focus-inner ,
7979button .ui-button ::-moz-focus-inner {
8080 border : 0 ;
Original file line number Diff line number Diff line change 1212//>>description: Enhances a form with themeable buttons.
1313//>>docs: http://api.jqueryui.com/button/
1414//>>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
1617//>>css.theme: ../themes/base/theme.css
1718
1819( function ( factory ) {
You can’t perform that action at this time.
0 commit comments