aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/spinner
Commit message (Expand)AuthorAgeFilesLines
* Upgrade jQuery to 1.8.3.Scott González2012-11-141-1/+1
* Build: Enable "unused" option in jshint - Remove unused variables from codeba...Mike Sherov2012-10-231-4/+2
* Upgrade jQuery to 1.8.2.Scott González2012-09-201-1/+1
* Spinner tests: Added test for widget() method.Scott González2012-08-261-0/+8
* Upgrade jQuery to 1.8.0.Scott González2012-08-131-1/+1
* Spinner: Introduce icons option to make button icons customizable, mostly for...Jörn Zaefferer2012-07-122-0/+23
* Update externals to latest mousewheel plugin, drop the version from the fieln...Jörn Zaefferer2012-07-121-1/+1
* Spinner: Fix ghost log call in events unit test, never shows up in browser fo...Jörn Zaefferer2012-06-131-0/+1
* Spinner: Handle async focus events in IE. Fixes incorrect detection of changes.Scott González2012-05-101-45/+51
* Tests: Moved loadResources to TestHelpers.Scott González2012-04-231-7/+5
* Tests: Rename {widget}_defaults.js -> {widget}_common.jsScott González2012-04-232-2/+2
* Update to official qunit composite addonJörn Zaefferer2012-04-211-2/+2
* Spinner tests: Don't pollute the global namespace with helpers.Scott González2012-04-195-54/+65
* Tests: Move commonWidgetTests() to TestHelpers.Scott González2012-04-191-1/+1
* Tests: Lint.Scott González2012-04-183-5/+5
* Upgrade jQuery to 1.7.2.Scott González2012-03-221-1/+1
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-292-47/+47
* Spinner: Allow strings for min, max, and step options, converting immediately...Scott González2012-01-071-2/+48
* 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 ti...Scott González2011-10-101-0/+3
* Spinner: Added culture option.Scott González2011-09-283-0/+27
* Spinner: Fix step mismatches whenever stepping, paging or using the value set...Scott González2011-09-143-20/+22
* 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. Don...Scott González2011-08-135-67/+55
* Spinner: Fixed precision when stepping.Scott González2011-08-121-0/+17
* Spinner: Fixed integration with globalize.Scott González2011-08-101-1/+1
* Spinner: More tests. Don't trigger spin when programmatically stepping or pag...Scott González2011-08-072-24/+200
* 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
|\
| * 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 cha...Scott González2011-08-061-0/+1
|/
* Tests: Cleanup.Scott González2011-08-031-29/+27
* Tests: Added test suites to run individual widget tests against all supported...Scott González2011-08-021-0/+30
* Tests: Added ability to run tests suites against different versions of jQuery...Scott González2011-07-281-1/+1
* 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