aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/decimal.html
Commit message (Collapse)AuthorAgeFilesLines
* Demos: Add device-width viewport meta to all demosJörn Zaefferer2015-09-301-0/+1
| | | | Ref 343c2651729af2fdf020dd538fce0855785f5a0d
* Spinner: Update demos to use AMDAlexander Schmitz2015-07-211-12/+2
| | | | Ref #10119
* Spinner: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Spinner: Fix inclusion of mousewheel plugin in demosScott González2014-07-121-1/+1
| | | | Fixes #10188
* Build: Reorganize external directoryScott González2014-06-241-4/+4
| | | | | | | Put each external library into its own directory. Move jquery.js to external. Ref gh-1266
* All: Rename jquery.js to exclude version in filenameJörn Zaefferer2014-03-051-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-5/+5
| | | | | | | - By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029
* Updating jQuery to 1.10.2.Bruno M. Custódio2013-07-051-1/+1
| | | | | Adding jQuery 1.10.0, 1.10.1, 1.10.2, 2.0.0, 2.0.1, 2.0.2 and 2.0.3 to the tests directory.
* Updating 'jQuery' to 1.9.1.Bruno M. Custódio2013-02-051-1/+1
|
* Updating to jQuery 1.9.0Kris Borchers2013-01-171-1/+1
|
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
|
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
|
* Demos: Cleanup.Scott González2012-09-101-8/+1
|
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
|
* Update externals to latest mousewheel plugin, drop the version from the ↵Jörn Zaefferer2012-07-121-1/+1
| | | | fielname while at it
* 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
|
* 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-5/+5
| | | | currently broken due to previous changes.
* Spinner demos: Cleanup.Scott González2011-08-071-25/+29
|
* Spinner demos: Fixed line endings.Scott González2011-08-071-59/+59
|
* 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: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-261-1/+2
| | | | not prevent changing value via step and page methods. OVerhauled testsuite.
* 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/+58
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.