diff options
author | Ca-Phun Ung <pazu2k@gmail.com> | 2008-09-02 07:31:21 +0000 |
---|---|---|
committer | Ca-Phun Ung <pazu2k@gmail.com> | 2008-09-02 07:31:21 +0000 |
commit | 1e59121b1e97709327225b83530101d82778032c (patch) | |
tree | 7cfe635fd892f89675830b10bfc41f461baf63b8 /demos | |
parent | ef599c7225142df637830822f437fe134c386715 (diff) | |
download | jquery-ui-1e59121b1e97709327225b83530101d82778032c.tar.gz jquery-ui-1e59121b1e97709327225b83530101d82778032c.zip |
Spinner: corrected a bug in functional demo (enable/disable switched) and added spinner styles to the default theme.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/functional/templates/ui.spinner.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/functional/templates/ui.spinner.html b/demos/functional/templates/ui.spinner.html index 727fb8d44..acfc1bb80 100644 --- a/demos/functional/templates/ui.spinner.html +++ b/demos/functional/templates/ui.spinner.html @@ -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");' }
]
}
|