aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.spinner.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Spinner: Define defaults for callbacks.Scott González2011-08-061-1/+6
* | Spinner: Only trigger change when the field has blurred and the value has cha...Scott González2011-08-061-27/+14
* | Spinner: Don't set focus on stop, focus should already be correct. Always rem...Scott González2011-08-061-9/+2
* | Spinner: Keep the focus on the text field even when using the buttons.Scott González2011-08-061-3/+7
* | Spinner: Don't clear invalid values on blur (but clear the value option).Scott González2011-08-061-1/+7
* | Spinner: Don't stop propgation of mousedown. Added TODOs.Scott González2011-08-061-3/+7
|/
* Spinner: Invoke _markupOptions() before _draw().Scott González2011-08-061-1/+5
* Spinner: Don't stop propagation for keydown events.Scott González2011-08-061-8/+7
* Spinner: Cleanup, use ._bind() and ._hoverable().Scott González2011-08-061-99/+80
* Merge branch 'master' into core-1.6.1Scott González2011-07-251-7/+18
|\
| * Spinner: modified _spin and _setOption to call new method _trimValue to check...beatryder2011-06-131-7/+18
* | .attr() -> .prop()Scott González2011-06-081-3/+3
|/
* Spinner: disable text selection on buttons (plus minmal whitespace cleanup)Jörn Zaefferer2011-05-301-1/+2
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-2/+1
* Spinner: Changed casing of option numberformat -> numberFormat.Scott González2011-05-251-3/+3
* Spinner: Coding standards.Scott González2011-05-171-178/+189
* Merge branch 'remove-spinner-output' of https://github.com/ajpiano/jquery-uiScott González2011-03-221-1/+0
|\
| * Spinner: Remove debugging output that appends directly to the body from mouse...adam j. sontag2011-03-211-1/+0
* | Spinner: Set the widgetEventPrefix to "spin" as per the spec.adam j. sontag2011-03-211-0/+1
|/
* Spinner: Ignore delta of 0 from triggered mousewheel event. Verifiedjzaefferer2011-02-261-1/+2
* Spinner: Use jQuery's focus() method instead of DOM method to set focusjzaefferer2011-02-211-1/+1
* Widget: Handle super calls when method calls go up and down the inheritance c...Scott González2011-02-111-7/+2
* Spinner: Fix time spinner demo; workaround for _super issue.jzaefferer2011-02-071-2/+7
* Spinner: Fix unnecessary varjzaefferer2011-02-071-1/+0
* Added version property to plugins that were missing them.Scott González2011-02-031-0/+2
* All: Define defaultElement for non-div widgets.Scott González2011-01-231-0/+1
* Spinner: Update to latest jquery-global plugin, removing the currencyjzaefferer2011-01-181-8/+2
* Updated copyright year.Scott González2011-01-171-1/+1
* Spinner: Moved ARIA to input and fixed tests.Scott González2011-01-151-2/+7
* Updated widgets to use new methods from $.Widget.Scott González2011-01-151-3/+3
* Spinner: Introduce page option to configure page size. Use that for timespinn...jzaefferer2010-12-011-7/+5
* Spinner: Move aria-attributes to the focusable element of the widgetjzaefferer2010-11-301-1/+1
* Spinner: Fix crlf to lf line endings.jzaefferer2010-11-301-362/+362
* Spinner: Use inline-element for better inline-block support. Removed float:le...jzaefferer2010-11-301-7/+1
* Spinner: Update license header.jzaefferer2010-11-201-3/+3
* Spinner: Make sure that options.value and input.val() are in syncjzaefferer2010-10-281-2/+2
* Spinner: Refactored reading htlm5 attributes option initjzaefferer2010-10-281-16/+14
* Spinner: Improved mousewheel event handlingjzaefferer2010-10-271-4/+7
* Spinner: More refactorings and cleanups, and heavy improvement on the increme...jzaefferer2010-10-271-71/+50
* Slider: Cleanup public methodsjzaefferer2010-10-261-4/+2