aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.spinner.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Slider: Removing dir option. Implementation caused more damage then being ↵jzaefferer2010-10-251-6/+3
| | | | useful - will eventually implement RTL support in all widgets.
* Slider: More codecleanup. Inlining defaults for min/max, removing page (use ↵jzaefferer2010-10-251-72/+37
| | | | 10*step instead), removing mouseWheel (just use when available)
* Spinner: Fix value option initalizationjzaefferer2010-10-251-2/+2
|
* Spinner: More cleanupjzaefferer2010-10-241-24/+11
|
* Spinner: Some code and test cleanupjzaefferer2010-10-241-2/+1
|
* Using button widget for the spinner buttons. Can still use some ↵jzaefferer2010-10-231-14/+19
| | | | improvements, dropping custom theme stuff in favor of button styles.
* Replaced hexadecimal demo with decimal demo. Updated that and the currency ↵jzaefferer2010-10-231-130/+44
| | | | demo (previously donation) to use globalization plugin with a select for three different cultures (probably more to come). Updated spinner widget to use Globalization when available, replacing all number formatting related options with a single numberformat option.
* Porting old spinner implementation to 1.8, dropping some baggage.jzaefferer2010-10-221-0/+505