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
/
ui
/
jquery.ui.spinner.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Spinner: Allow strings for min, max, and step options, converting immediately...
Scott González
2012-01-07
1
-0
/
+13
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-3
/
+3
*
Spinner: Handle changes to numberFormat and currency options.
Scott González
2011-11-16
1
-0
/
+7
*
Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...
Scott González
2011-10-20
1
-2
/
+2
*
Spinner: Re-enable autocomplete if the page is unloaded so the browser will r...
Scott González
2011-10-17
1
-0
/
+9
*
Spinner: Fixed mousewheel stop timer.
Scott González
2011-10-13
1
-1
/
+1
*
Spinner: Adjust height check for IE 6 rendering.
Scott González
2011-10-13
1
-1
/
+2
*
Spinner: Added culture option.
Scott González
2011-09-28
1
-2
/
+4
*
Spinner: Fix the IE6-height-fix to not break the spinner when initialized whi...
Jörn Zaefferer
2011-09-24
1
-1
/
+1
*
Spinner: Work around a bug in IE 6 with the height of the buttons.
Scott González
2011-09-14
1
-1
/
+7
*
Spinner: Added missing dependency to header comment.
Scott González
2011-09-14
1
-0
/
+1
*
Spinner: Fix step mismatches whenever stepping, paging or using the value set...
Scott González
2011-09-14
1
-19
/
+36
*
Spinner: Replace var that with this and _delay
Jörn Zaefferer
2011-09-13
1
-3
/
+2
*
Spinner: Added ability to specify custom incremental function.
Scott González
2011-09-09
1
-3
/
+9
*
Spinner: Default min and max options to null.
Scott González
2011-09-09
1
-4
/
+4
*
Spinner: Removed value option. Don't change empty values to zero on init. Don...
Scott González
2011-08-13
1
-39
/
+36
*
Spinner: Fixed precision when stepping.
Scott González
2011-08-12
1
-2
/
+11
*
Spinner: Moved all event handlers into an object.
Scott González
2011-08-12
1
-84
/
+74
*
Spinner: Fixed integration with globalize.
Scott González
2011-08-10
1
-1
/
+1
*
Replace $.global with Globalize, update Spinner to use it. Related demos curr...
Jörn Zaefferer
2011-08-10
1
-3
/
+3
*
Spinner: Return formatted value when using value method.
Scott González
2011-08-09
1
-15
/
+15
*
Spinner: Use a polynomial instead of hard-coded blocks for incremental stepping.
Scott González
2011-08-07
1
-10
/
+7
*
Spinner: More tests. Don't trigger spin when programmatically stepping or pag...
Scott González
2011-08-07
1
-1
/
+1
*
Spinner: Fixed double firing of change event when setting the value option di...
Scott González
2011-08-07
1
-9
/
+2
*
Spinner: Don't need to call _format() and _aria() in _setOptions() since it's...
Scott González
2011-08-07
1
-2
/
+0
*
Spinner: Trigger change event when the value is changed programmatically.
Scott González
2011-08-07
1
-26
/
+61
*
Spinner: Re-render value if numberFormat option changes.
Scott González
2011-08-07
1
-1
/
+1
*
Spinner: Use _getCreateOptions() for value.
Scott González
2011-08-07
1
-4
/
+4
*
Merge branch 'spinner-getCreateOptions'
Scott González
2011-08-06
1
-21
/
+14
|
\
|
*
Spinner: Use _getCreateOptions() instead of custom _markupOptions().
Scott González
2011-08-06
1
-21
/
+14
*
|
Spinner: Added comment with formula that approximates current incrementing lo...
Scott González
2011-08-06
1
-0
/
+1
*
|
Spinner: Define defaults for callbacks.
Scott González
2011-08-06
1
-1
/
+6
*
|
Spinner: Only trigger change when the field has blurred and the value has cha...
Scott González
2011-08-06
1
-27
/
+14
*
|
Spinner: Don't set focus on stop, focus should already be correct. Always rem...
Scott González
2011-08-06
1
-9
/
+2
*
|
Spinner: Keep the focus on the text field even when using the buttons.
Scott González
2011-08-06
1
-3
/
+7
*
|
Spinner: Don't clear invalid values on blur (but clear the value option).
Scott González
2011-08-06
1
-1
/
+7
*
|
Spinner: Don't stop propgation of mousedown. Added TODOs.
Scott González
2011-08-06
1
-3
/
+7
|
/
*
Spinner: Invoke _markupOptions() before _draw().
Scott González
2011-08-06
1
-1
/
+5
*
Spinner: Don't stop propagation for keydown events.
Scott González
2011-08-06
1
-8
/
+7
*
Spinner: Cleanup, use ._bind() and ._hoverable().
Scott González
2011-08-06
1
-99
/
+80
*
Merge branch 'master' into core-1.6.1
Scott González
2011-07-25
1
-7
/
+18
|
\
|
*
Spinner: modified _spin and _setOption to call new method _trimValue to check...
beatryder
2011-06-13
1
-7
/
+18
*
|
.attr() -> .prop()
Scott González
2011-06-08
1
-3
/
+3
|
/
*
Spinner: disable text selection on buttons (plus minmal whitespace cleanup)
Jörn Zaefferer
2011-05-30
1
-1
/
+2
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-2
/
+1
*
Spinner: Changed casing of option numberformat -> numberFormat.
Scott González
2011-05-25
1
-3
/
+3
*
Spinner: Coding standards.
Scott González
2011-05-17
1
-178
/
+189
*
Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-ui
Scott González
2011-03-22
1
-1
/
+0
|
\
|
*
Spinner: Remove debugging output that appends directly to the body from mouse...
adam j. sontag
2011-03-21
1
-1
/
+0
*
|
Spinner: Set the widgetEventPrefix to "spin" as per the spec.
adam j. sontag
2011-03-21
1
-0
/
+1
|
/
[next]