mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Spinner: corrected a bug in functional demo (enable/disable switched) and added spinner styles to the default theme.
This commit is contained in:
parent
ef599c7225
commit
1e59121b1e
@ -19,8 +19,8 @@
|
||||
{ desc: 'Big stepping', source: '$("#spinner").spinner({stepping:100});' },
|
||||
{ desc: 'Currency option', source: '$("#spinner").spinner({currency:"$"});' },
|
||||
{ desc: 'Disable incremental option', source: '$("#spinner").spinner({incremental:false});' },
|
||||
{ desc: 'Enable the spinner', source: '$("#spinner").spinner().spinner("disable");' },
|
||||
{ desc: 'Disable the spinner', source: '$("#spinner").spinner().spinner("enable");' }
|
||||
{ desc: 'Disable the spinner', source: '$("#spinner").spinner().spinner("disable");' },
|
||||
{ desc: 'Enable the spinner', source: '$("#spinner").spinner().spinner("enable");' }
|
||||
]
|
||||
}
|
||||
|
||||
|
BIN
themes/default/images/spinner-bg.gif
Normal file
BIN
themes/default/images/spinner-bg.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 218 B |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user