aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner
Commit message (Collapse)AuthorAgeFilesLines
* Spinner: Allow strings for min, max, and step options, converting ↵Scott González2012-01-071-2/+48
| | | | immediately to numbers based on numberFormat and culture.
* 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-0/+19
|
* Upgrade jQuery to 1.7.Scott González2011-11-091-1/+1
|
* Tests: Added ability to run tests against minified files via ?min=1Scott González2011-10-281-6/+12
|
* Upgraded jQuery to 1.6.4.Scott González2011-10-181-1/+1
|
* Spinner: Simulate keyup at the end of incremental tests to stop the repeat ↵Scott González2011-10-101-0/+3
| | | | timer.
* Spinner: Added culture option.Scott González2011-09-283-0/+27
|
* Spinner: Fix step mismatches whenever stepping, paging or using the value ↵Scott González2011-09-143-20/+22
| | | | | | setter. Thanks Nate Ferrero
* Spinner: Added ability to specify custom incremental function.Scott González2011-09-091-38/+65
|
* Spinner: Default min and max options to null.Scott González2011-09-092-9/+15
|
* Spinner: Removed value option. Don't change empty values to zero on init. ↵Scott González2011-08-135-67/+55
| | | | Don't enforce min/max on blur.
* Spinner: Fixed precision when stepping.Scott González2011-08-121-0/+17
| | | | Thanks hughlomas
* Spinner: Fixed integration with globalize.Scott González2011-08-101-1/+1
|
* Spinner: More tests. Don't trigger spin when programmatically stepping or ↵Scott González2011-08-072-24/+200
| | | | paging.
* Spinner: Added more tests.Scott González2011-08-071-51/+90
|
* Spinner tests: Removed IE 6 hack in destroy test.Scott González2011-08-072-11/+7
|
* Spinner: Use _getCreateOptions() for value.Scott González2011-08-071-1/+1
|
* Spinner tests: Fixed line endings.Scott González2011-08-076-546/+546
|
* Spinner tests: Cleanup.Scott González2011-08-073-247/+204
|
* Merge branch 'spinner-getCreateOptions'Scott González2011-08-061-3/+3
|\ | | | | | | | | Conflicts: ui/jquery.ui.spinner.js
| * Spinner: Use _getCreateOptions() instead of custom _markupOptions().Scott González2011-08-061-3/+3
| |
* | Spinner: Define defaults for callbacks.Scott González2011-08-061-1/+5
| |
* | Spinner tests: Cleanup.Scott González2011-08-066-156/+142
| |
* | Spinner: Only trigger change when the field has blurred and the value has ↵Scott González2011-08-061-0/+1
|/ | | | changed.
* Tests: Cleanup.Scott González2011-08-031-29/+27
|
* Tests: Added test suites to run individual widget tests against all ↵Scott González2011-08-021-0/+30
| | | | supported jQuery versions.
* Tests: Added ability to run tests suites against different versions of ↵Scott González2011-07-281-1/+1
| | | | jQuery core.
* Upgrade jQuery to 1.6.2.Scott González2011-07-251-1/+1
|
* Spinner: Changed casing of option numberformat -> numberFormat.Scott González2011-05-252-8/+8
|
* Widget: define a null default for the create callback.Scott González2011-04-251-15/+14
|
* Switched to latest stable jQuery 1.5.1Richard Worth2011-03-021-1/+1
|
* Spinner: Ignore delta of 0 from triggered mousewheel event. Verifiedjzaefferer2011-02-261-2/+3
| | | | that mousewheel scrolling actually works fine in IE6.
* Unit tests: Add QUnit toolbar for hiding passed testsjzaefferer2011-02-211-0/+1
|
* Added swarminject.js for menu, spinner, and tooltip test pages. Fixes unit ↵Richard Worth2011-02-111-0/+3
| | | | tests to run correctly on swarm.jquery.org
* Renamed glob.js to jquery.global.js to match actual plugin filenames.jzaefferer2011-01-171-1/+1
|
* Spinner: Moved ARIA to input and fixed tests.Scott González2011-01-153-10/+10
|
* Fixed references to jQuery.Scott González2011-01-101-1/+1
|
* Spinner: Refactored reading htlm5 attributes option initjzaefferer2010-10-281-3/+3
|
* Slider: Some more refactoring and cleanupjzaefferer2010-10-261-6/+6
|
* Slider: Some more test suite improvementsjzaefferer2010-10-262-7/+3
|
* Spinner: Changed default for numberformat to null. Fixed disabled option to ↵jzaefferer2010-10-266-398/+144
| | | | not prevent changing value via step and page methods. OVerhauled testsuite.
* Slider: Update to latest mousewheel pluginjzaefferer2010-10-261-2/+2
|
* Spinner: Fix value option initalizationjzaefferer2010-10-253-8/+24
|
* Spinner: More cleanupjzaefferer2010-10-242-302/+2
|
* Spinner: Some code and test cleanupjzaefferer2010-10-243-20/+3
|
* Importing spinner unit testsjzaefferer2010-10-226-0/+1160