aboutsummaryrefslogtreecommitdiffstats
path: root/demos/spinner/time.html
Commit message (Collapse)AuthorAgeFilesLines
* Spinner: Drop dependency on jQuery MousewheelMichał Gołębiowski-Owczarek2025-03-181-1/+1
| | | | | | | 1. Listen to the native `wheel` event without depending on any wrapper plugins. 2. Keep listening to the `mousewheel` event for compatibility with projects using the jQuery Mousewheel plugin but route it to the `wheel` handler. Closes gh-2338
* 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-31/+22
| | | | 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-3/+3
| | | | | | | 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-6/+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
|
* Spinner: Removed value option. Don't change empty values to zero on init. ↵Scott González2011-08-131-2/+6
| | | | Don't enforce min/max on blur.
* Spinner demo: Fixed time demo.Scott González2011-08-101-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-29/+33
|
* Spinner demos: Fixed line endings.Scott González2011-08-071-71/+71
|
* Upgrade jQuery to 1.6.2.Scott González2011-07-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-5/+4
|
* Renamed glob.js to jquery.global.js to match actual plugin filenames.jzaefferer2011-01-171-2/+2
|
* Fixed references to jQuery.Scott González2011-01-101-1/+1
|
* Fix demos index page to include globalization plugin for spinner demos, ↵jzaefferer2010-12-221-1/+1
| | | | along a wording fix in spinner-time demo.
* Spinner: Update timespinner demo description.jzaefferer2010-12-011-4/+3
|
* Spinner: Introduce page option to configure page size. Use that for ↵jzaefferer2010-12-011-12/+24
| | | | timespinner demo to spin minutes on cursor up/down, hours on page up/down.
* Spinner: Add demo for time spinnerjzaefferer2010-11-281-0/+61