aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Selectmenu: added callback eventsFelix Nagel2011-09-241-49/+56
* | | Selectmenu: implemented disable for option and optgroup, code cleanupFelix Nagel2011-09-243-37/+34
* | | Selectmenu: refresh method, value option, code cleanupFelix Nagel2011-09-242-96/+98
* | | Selectmenu: code cleanupFelix Nagel2011-09-241-45/+29
* | | Selectmenu: improved popop style, styles and focus handlingFelix Nagel2011-09-243-36/+98
* | | Selectmenu: basic popop support, code cleanupFelix Nagel2011-09-232-48/+54
* | | Selectmenu: improved visual styleFelix Nagel2011-09-222-7/+31
* | | Selectmenu: fixed dependenciesFelix Nagel2011-09-221-0/+1
* | | Selectmenu: basic implementationFelix Nagel2011-09-225-0/+400
|/ /
* | Merge remote branch 'kborchers/position_flipfit2'Jörn Zaefferer2011-08-158-176/+588
|\ \
| * | Position: Added better collision detection for flip and fit, added visual tes...kborchers2011-08-128-176/+588
* | | Spinner: Removed value option. Don't change empty values to zero on init. Don...Scott González2011-08-137-108/+97
* | | Spinner: Fixed precision when stepping.Scott González2011-08-122-2/+28
* | | Spinner: Moved all event handlers into an object.Scott González2011-08-121-84/+74
* | | Widget: Use this.widget() for event delegation.Scott González2011-08-122-12/+20
* | | Core: Added tests for :focusable and :tabbable form elements.Scott González2011-08-122-2/+9
* | | Tabs: Fixed detection of local vs. remote tabs. Fixes #4941 - Mishandling of ...Scott González2011-08-112-31/+21
|/ /
* | Tabs: Cleanup.Scott González2011-08-101-7/+5
* | Spinner demo: Fixed time demo.Scott González2011-08-101-1/+1
* | Spinner: Fixed integration with globalize.Scott González2011-08-102-2/+2
* | Replace $.global with Globalize, update Spinner to use it. Related demos curr...Jörn Zaefferer2011-08-1010-1489/+1773
* | Datepicker: Revert "Datepicker: Removing unnessecary typeof check. Fixed #666...Scott González2011-08-101-1/+2
* | Spinner: Return formatted value when using value method.Scott González2011-08-091-15/+15
* | Widget demo: Fixed typo.Scott González2011-08-091-1/+1
* | Widget: Wrap the remove event trigerring in a try/catch. Fixes #7510 - jQuery...Scott González2011-08-091-1/+4
* | Datepicker: Added ability to stop datepicker from beforeShow. Fixes #7602 - A...Karl Kirch2011-08-092-1/+40
* | Mouse: Work around a bug in IE 8 where disabled inputs don't have a nodeName....Scott González2011-08-091-1/+3
* | Revert "Datepicker: Added onSelect.apply() call to _setDate method if onSelec...Scott González2011-08-092-18/+0
* | Merge remote branch 'kou/autocomplete-destroy-search-timeout'Jörn Zaefferer2011-08-091-0/+1
|\ \
| * | Autocomplete: ensure clear searching timeout on destroy.Kouhei Sutou2011-08-071-0/+1
* | | 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-073-25/+201
* | | Spinner: Added more tests.Scott González2011-08-071-51/+90
* | | Spinner tests: Removed IE 6 hack in destroy test.Scott González2011-08-072-11/+7
* | | Spinner demos: Cleanup.Scott González2011-08-077-181/+196
* | | Spinner: Fixed double firing of change event when setting the value option di...Scott González2011-08-072-10/+8
* | | 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 demos: Fixed line endings.Scott González2011-08-077-383/+383
* | | Spinner: Use _getCreateOptions() for value.Scott González2011-08-072-5/+5
* | | Spinner tests: Fixed line endings.Scott González2011-08-076-546/+546
* | | Spinner tests: Cleanup.Scott González2011-08-073-247/+204
|/ /
* | Merge branch 'spinner-getCreateOptions'Scott González2011-08-062-24/+17
|\ \
| * | Spinner: Use _getCreateOptions() instead of custom _markupOptions().Scott González2011-08-062-24/+17
* | | 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-062-2/+11
* | | Spinner tests: Cleanup.Scott González2011-08-066-156/+142
* | | Spinner: Only trigger change when the field has blurred and the value has cha...Scott González2011-08-062-27/+15
* | | Spinner: Don't set focus on stop, focus should already be correct. Always rem...Scott González2011-08-061-9/+2