aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/currency.html
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
|
* Upgrade jQuery to 1.7.1.Scott González2011-11-221-1/+1
|
* Spinner: Handle changes to numberFormat and currency options.Scott González2011-11-161-3/+1
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Replace $.global with Globalize, update Spinner to use it. Related demos ↵Jörn Zaefferer2011-08-101-6/+6
| | | | currently broken due to previous changes.
* Spinner demos: Cleanup.Scott González2011-08-071-27/+27
|
* Spinner demos: Fixed line endings.Scott González2011-08-071-61/+61
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Spinner: Changed casing of option numberformat -> numberFormat.Scott González2011-05-251-1/+1
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Fix spinner demos to latest jquery-global API. Also cleanup.jzaefferer2011-02-071-2/+2
|
* Renamed glob.js to jquery.global.js to match actual plugin filenames.jzaefferer2011-01-171-3/+3
|
* Fixed references to jQuery.Scott González2011-01-101-1/+1
|
* Spinner: More refactorings and cleanups, and heavy improvement on the ↵jzaefferer2010-10-271-1/+0
| | | | incremental-logic, including a delay of 500ms after the first increment and before continous increments
* Slider: Update to latest mousewheel pluginjzaefferer2010-10-261-1/+1
|
* Replaced hexadecimal demo with decimal demo. Updated that and the currency ↵jzaefferer2010-10-231-0/+62
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.