aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.spinner.js
Commit message (Expand)AuthorAgeFilesLines
* Spinner: Only format the value when there is one. Fixes #9573 - Spinner: forc...TJ VanToll2013-09-271-2/+6
* Spinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() methodJörn Zaefferer2013-09-131-0/+12
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-7/+3
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-3/+7
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-7/+3
* Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after los...Scott González2013-02-221-0/+1
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Spinner: Trigger start/spin/stop events when calling step/page methods. Fixes...Jörn Zaefferer2012-12-271-2/+8
* Spinner: Update button icons when option changes. Fixes #8926 - Spinner: Can'...Jörn Zaefferer2012-12-271-0/+8
* Spinner: Remove ui-state- classes from spinner, along with the background:non...Jörn Zaefferer2012-10-141-4/+1
* Updated docs URLS.Scott González2012-09-261-1/+1
* Simplify licensing.Scott González2012-08-091-1/+1
* Spinner: Introduce icons option to make button icons customizable, mostly for...Jörn Zaefferer2012-07-121-2/+6
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.Scott González2012-06-131-2/+2
* Spinner: Use _destroy() instead of destroy().Scott González2012-05-241-2/+1
* Spinner: Handle async focus events in IE. Fixes incorrect detection of changes.Scott González2012-05-101-3/+39
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Spinner: Allow strings for min, max, and step options, converting immediately...Scott González2012-01-071-0/+13
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-3/+3
* Spinner: Handle changes to numberFormat and currency options.Scott González2011-11-161-0/+7
* Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-201-2/+2
* Spinner: Re-enable autocomplete if the page is unloaded so the browser will r...Scott González2011-10-171-0/+9
* Spinner: Fixed mousewheel stop timer.Scott González2011-10-131-1/+1
* Spinner: Adjust height check for IE 6 rendering.Scott González2011-10-131-1/+2
* Spinner: Added culture option.Scott González2011-09-281-2/+4
* Spinner: Fix the IE6-height-fix to not break the spinner when initialized whi...Jörn Zaefferer2011-09-241-1/+1
* Spinner: Work around a bug in IE 6 with the height of the buttons.Scott González2011-09-141-1/+7
* Spinner: Added missing dependency to header comment.Scott González2011-09-141-0/+1
* Spinner: Fix step mismatches whenever stepping, paging or using the value set...Scott González2011-09-141-19/+36
* Spinner: Replace var that with this and _delayJörn Zaefferer2011-09-131-3/+2
* Spinner: Added ability to specify custom incremental function.Scott González2011-09-091-3/+9
* Spinner: Default min and max options to null.Scott González2011-09-091-4/+4
* Spinner: Removed value option. Don't change empty values to zero on init. Don...Scott González2011-08-131-39/+36
* Spinner: Fixed precision when stepping.Scott González2011-08-121-2/+11
* Spinner: Moved all event handlers into an object.Scott González2011-08-121-84/+74
* Spinner: Fixed integration with globalize.Scott González2011-08-101-1/+1
* Replace $.global with Globalize, update Spinner to use it. Related demos curr...Jörn Zaefferer2011-08-101-3/+3
* Spinner: Return formatted value when using value method.Scott González2011-08-091-15/+15
* Spinner: Use a polynomial instead of hard-coded blocks for incremental stepping.Scott González2011-08-071-10/+7
* Spinner: More tests. Don't trigger spin when programmatically stepping or pag...Scott González2011-08-071-1/+1
* Spinner: Fixed double firing of change event when setting the value option di...Scott González2011-08-071-9/+2
* Spinner: Don't need to call _format() and _aria() in _setOptions() since it's...Scott González2011-08-071-2/+0
* Spinner: Trigger change event when the value is changed programmatically.Scott González2011-08-071-26/+61
* Spinner: Re-render value if numberFormat option changes.Scott González2011-08-071-1/+1
* Spinner: Use _getCreateOptions() for value.Scott González2011-08-071-4/+4
* Merge branch 'spinner-getCreateOptions'Scott González2011-08-061-21/+14
|\
| * Spinner: Use _getCreateOptions() instead of custom _markupOptions().Scott González2011-08-061-21/+14
* | Spinner: Added comment with formula that approximates current incrementing lo...Scott González2011-08-061-0/+1