Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spinner: Only format the value when there is one. Fixes #9573 - Spinner: ↵ | TJ VanToll | 2013-09-27 | 1 | -2/+6 |
| | | | | forces a field validation in Firefox before field loses focus or form is submitted | ||||
* | Spinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() method | Jörn Zaefferer | 2013-09-13 | 1 | -0/+12 |
| | |||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Scott González | 2013-03-14 | 1 | -7/+3 |
| | | | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable: disabled should not have ui-state-disabled This reverts commit 23771d38ba9d2663f6db0243c8e992dc7ff6844a. | ||||
* | Revert "Widget: Stop setting ui-state-disabled and aria by default on ↵ | Scott González | 2013-03-14 | 1 | -3/+7 |
| | | | | | | setting disabled option." This needs to wait for a major release. This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45. | ||||
* | Widget: Stop setting ui-state-disabled and aria by default on setting ↵ | Mike Sherov | 2013-03-11 | 1 | -7/+3 |
| | | | | | | | | disabled option. Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled Fixes #6039 - Droppable : disabled should not have ui-state-disabled | ||||
* | Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after ↵ | Scott González | 2013-02-22 | 1 | -0/+1 |
| | | | | losing focus. | ||||
* | Update copyright year to 2013. | Scott González | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Spinner: Trigger start/spin/stop events when calling step/page methods. ↵ | Jörn Zaefferer | 2012-12-27 | 1 | -2/+8 |
| | | | | Fixes #8901 - Spinner does not fire start/spin/stop events when calling stepUp()/Down(), pageUp()/Down() methods | ||||
* | Spinner: Update button icons when option changes. Fixes #8926 - Spinner: ↵ | Jörn Zaefferer | 2012-12-27 | 1 | -0/+8 |
| | | | | Can't change icons option after init | ||||
* | Spinner: Remove ui-state- classes from spinner, along with the ↵ | Jörn Zaefferer | 2012-10-14 | 1 | -4/+1 |
| | | | | background:none TR override. Fixes #8654 - Spinner background-color | ||||
* | Updated docs URLS. | Scott González | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | Simplify licensing. | Scott González | 2012-08-09 | 1 | -1/+1 |
| | |||||
* | Spinner: Introduce icons option to make button icons customizable, mostly ↵ | Jörn Zaefferer | 2012-07-12 | 1 | -2/+6 |
| | | | | for consistency | ||||
* | Update copyright to jQuery Foundation. | Scott González | 2012-07-04 | 1 | -1/+2 |
| | |||||
* | Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off. | Scott González | 2012-06-13 | 1 | -2/+2 |
| | |||||
* | Spinner: Use _destroy() instead of destroy(). | Scott González | 2012-05-24 | 1 | -2/+1 |
| | |||||
* | Spinner: Handle async focus events in IE. Fixes incorrect detection of changes. | Scott González | 2012-05-10 | 1 | -3/+39 |
| | |||||
* | Protect all copyright notices against minification | Jo Liss | 2012-04-02 | 1 | -1/+1 |
| | | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention. | ||||
* | Updated copyright year. | Scott González | 2012-03-08 | 1 | -1/+1 |
| | |||||
* | Spinner: Allow strings for min, max, and step options, converting ↵ | Scott González | 2012-01-07 | 1 | -0/+13 |
| | | | | immediately to numbers based on numberFormat and culture. | ||||
* | Widget: Remove method argument from _super and _superApply. Was a left-over ↵ | Jörn Zaefferer | 2011-11-18 | 1 | -3/+3 |
| | | | | from first implementation, not necessary anymore. | ||||
* | 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 ↵ | Scott González | 2011-10-20 | 1 | -2/+2 |
| | | | | document and window properties. | ||||
* | Spinner: Re-enable autocomplete if the page is unloaded so the browser will ↵ | Scott González | 2011-10-17 | 1 | -0/+9 |
| | | | | remember the current value when navigating through history. | ||||
* | 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 ↵ | Jörn Zaefferer | 2011-09-24 | 1 | -1/+1 |
| | | | | while not visible | ||||
* | 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 ↵ | Scott González | 2011-09-14 | 1 | -19/+36 |
| | | | | | | setter. Thanks Nate Ferrero | ||||
* | 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. ↵ | Scott González | 2011-08-13 | 1 | -39/+36 |
| | | | | Don't enforce min/max on blur. | ||||
* | Spinner: Fixed precision when stepping. | Scott González | 2011-08-12 | 1 | -2/+11 |
| | | | | Thanks hughlomas | ||||
* | 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 ↵ | Jörn Zaefferer | 2011-08-10 | 1 | -3/+3 |
| | | | | currently broken due to previous changes. | ||||
* | 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 ↵ | Scott González | 2011-08-07 | 1 | -1/+1 |
| | | | | paging. | ||||
* | Spinner: Fixed double firing of change event when setting the value option ↵ | Scott González | 2011-08-07 | 1 | -9/+2 |
| | | | | directly. | ||||
* | Spinner: Don't need to call _format() and _aria() in _setOptions() since ↵ | Scott González | 2011-08-07 | 1 | -2/+0 |
| | | | | it's wrapped as a modifier. | ||||
* | 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 |
|\ | | | | | | | | | Conflicts: ui/jquery.ui.spinner.js | ||||
| * | 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 ↵ | Scott González | 2011-08-06 | 1 | -0/+1 |
| | | | | | | | | logic. |