Spinner: corrected a bug in functional demo (enable/disable switched) and added spinner styles to the default theme.

This commit is contained in:
Ca-Phun Ung 2008-09-02 07:31:21 +00:00
parent ef599c7225
commit 1e59121b1e
3 changed files with 871 additions and 811 deletions

View File

@ -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");' }
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

File diff suppressed because it is too large Load Diff