index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
unit
/
spinner
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension points
Alexander Schmitz
2015-06-03
3
-0
/
+97
*
Spinner: Remove core event/alias and deprecated module dependencies
Alexander Schmitz
2015-05-20
3
-18
/
+18
*
Tests: Fix AMD loading in IE8
Scott González
2015-04-17
1
-0
/
+1
*
Tests: Rename files
Scott González
2015-04-09
6
-3
/
+3
*
Tests: Widget test helpers extend the main helper
Scott González
2015-04-09
4
-9
/
+12
*
Spinner: Convert tests to new infrastructure
Scott González
2015-04-09
7
-43
/
+45
*
Tests: Switch to the new qunit-composite module
Scott González
2015-04-07
1
-2
/
+2
*
Spinner: Use new has/lacksClasses assertions for all class checks
Alexander Schmitz
2015-03-11
2
-16
/
+19
*
Spinner: Add classes option
Alexander Schmitz
2015-03-11
3
-1
/
+21
*
Widget: Add classes option and _add/_remove/_toggleClass methods
Alexander Schmitz
2015-03-11
1
-0
/
+1
*
Tests: Fix style issues with missing or multiple line breaks
Jörn Zaefferer
2015-01-24
1
-1
/
+0
*
Theme: Carat should be named caret
Lisa Seacat DeLuca
2014-11-03
1
-4
/
+4
*
Build: Pull in jquery.simulate.js from Bower
Mike Sherov
2014-08-22
1
-1
/
+1
*
Tests: Fix composite tests
Scott González
2014-08-01
1
-1
/
+1
*
Build: Reorganize external directory
Scott González
2014-06-24
2
-6
/
+6
*
Spinner: Don't change value when changing min/max options
David Petersen
2014-05-26
1
-3
/
+3
*
Spinner tests: Remove mousewheel plugin
Jörn Zaefferer
2014-04-23
1
-1
/
+0
*
Spinner: Minor typo in stepUp()'s tests
TJ VanToll
2014-03-30
1
-1
/
+1
*
All: Rename jquery.js to exclude version in filename
Jörn Zaefferer
2014-03-05
1
-1
/
+1
*
Tests: Update to sane QUnit markup
Jörn Zaefferer
2014-02-20
2
-10
/
+2
*
All: Rename all files, removing the "jquery.ui." prefix;
Rafael Xavier de Souza
2014-01-24
1
-5
/
+5
*
Spinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() method
Jörn Zaefferer
2013-09-13
1
-0
/
+32
*
Updating jQuery to 1.10.2.
Bruno M. Custódio
2013-07-05
1
-1
/
+1
*
Spinner Tests: Fix IE test failures by removing timing dependencies from focu...
Mike Sherov
2013-04-01
1
-4
/
+4
*
Spinner Tests: Fix IE test failures by accounting for the async nature of foc...
Mike Sherov
2013-03-31
1
-0
/
+3
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Scott González
2013-03-14
1
-1
/
+3
*
Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...
Scott González
2013-03-14
1
-3
/
+1
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Mike Sherov
2013-03-11
1
-1
/
+3
*
Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after los...
Scott González
2013-02-22
1
-0
/
+27
*
Updating 'jQuery' to 1.9.1.
Bruno M. Custódio
2013-02-05
1
-1
/
+1
*
Updating to jQuery 1.9.0
Kris Borchers
2013-01-17
1
-1
/
+1
*
Spinner: Trigger start/spin/stop events when calling step/page methods. Fixes...
Jörn Zaefferer
2012-12-27
1
-15
/
+15
*
Spinner: Update button icons when option changes. Fixes #8926 - Spinner: Can'...
Jörn Zaefferer
2012-12-27
1
-4
/
+11
*
Spinner tests: Delay all the things to make IE happy. Maybe...
Scott González
2012-12-10
1
-1
/
+1
*
Spinner tests: Better handling of async focus in IE.
Scott González
2012-12-10
1
-71
/
+100
*
Upgrade jQuery to 1.8.3.
Scott González
2012-11-14
1
-1
/
+1
*
Build: Enable "unused" option in jshint - Remove unused variables from codeba...
Mike Sherov
2012-10-23
1
-4
/
+2
*
Upgrade jQuery to 1.8.2.
Scott González
2012-09-20
1
-1
/
+1
*
Spinner tests: Added test for widget() method.
Scott González
2012-08-26
1
-0
/
+8
*
Upgrade jQuery to 1.8.0.
Scott González
2012-08-13
1
-1
/
+1
*
Spinner: Introduce icons option to make button icons customizable, mostly for...
Jörn Zaefferer
2012-07-12
2
-0
/
+23
*
Update externals to latest mousewheel plugin, drop the version from the fieln...
Jörn Zaefferer
2012-07-12
1
-1
/
+1
*
Spinner: Fix ghost log call in events unit test, never shows up in browser fo...
Jörn Zaefferer
2012-06-13
1
-0
/
+1
*
Spinner: Handle async focus events in IE. Fixes incorrect detection of changes.
Scott González
2012-05-10
1
-45
/
+51
*
Tests: Moved loadResources to TestHelpers.
Scott González
2012-04-23
1
-7
/
+5
*
Tests: Rename {widget}_defaults.js -> {widget}_common.js
Scott González
2012-04-23
2
-2
/
+2
*
Update to official qunit composite addon
Jörn Zaefferer
2012-04-21
1
-2
/
+2
*
Spinner tests: Don't pollute the global namespace with helpers.
Scott González
2012-04-19
5
-54
/
+65
*
Tests: Move commonWidgetTests() to TestHelpers.
Scott González
2012-04-19
1
-1
/
+1
*
Tests: Lint.
Scott González
2012-04-18
3
-5
/
+5
[next]