aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
Commit message (Expand)AuthorAgeFilesLines
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Scott González2013-03-141-8/+2
* Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...Scott González2013-03-141-2/+8
* Widget: Stop setting ui-state-disabled and aria by default on setting disable...Mike Sherov2013-03-111-8/+2
* Update copyright year to 2013.Scott González2013-01-101-1/+1
* Button: Let change handler handle display and aria update. Fixed #5518 - Butt...Fabrício Matté2012-11-261-2/+0
* Button: add explanatory comment for when we bind to blurMike Sherov2012-11-211-0/+2
* Button: Fixing handling of the disabled options on refresh method calls. Fix...TJ VanToll2012-11-211-1/+3
* Button: add blur event to buttons. Fixes #8559 - Button: Button doesn't remov...Mike Sherov2012-11-211-1/+1
* Button: properly escape button names. Fixes #7505 - Button: Buttonset not app...Mike Sherov2012-11-191-0/+1
* Button: use _hoverable for hover state management. Fixes #5295 - button doesn...Cory Gackenheimer2012-11-111-3/+4
* Updated all widgets to use proper data keys when getting plugin instances.Scott González2012-11-091-1/+1
* Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc...TJ VanToll2012-10-161-1/+1
* Updated docs URLS.Scott González2012-09-261-1/+1
* Simplify licensing.Scott González2012-08-091-1/+1
* Update copyright to jQuery Foundation.Scott González2012-07-041-1/+2
* Button: Trim button text before setting as title attribute.Mike Hollis2012-06-251-1/+1
* Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...Scott González2012-06-141-16/+16
* Button: Corrected default label applied to submit buttons. Fixed #8337: Subm...TJ VanToll2012-05-221-1/+1
* Buttonset: Use input[type=*] instead of just [type=*].Scott González2012-05-211-1/+1
* Don't use :submit selector.Scott González2012-05-211-1/+1
* Don't use :reset selector.Scott González2012-05-211-1/+1
* Don't use :button selector.Scott González2012-05-211-1/+1
* Button: Fixed version properties.Scott González2012-05-211-2/+1
* Don't use :checkbox selector.Scott González2012-05-211-2/+2
* Don't use :radio selector.Scott González2012-05-211-2/+2
* Lint fixes.Scott González2012-04-021-4/+5
* Protect all copyright notices against minificationJo Liss2012-04-021-1/+1
* Updated copyright year.Scott González2012-03-081-1/+1
* Button: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of ...Scott González2012-02-121-8/+8
* Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ...Scott González2012-01-181-5/+3
* Widget: Remove method argument from _super and _superApply. Was a left-over f...Jörn Zaefferer2011-11-181-6/+6
* Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...Scott González2011-10-201-2/+2
* Button: Create text span in correct document.Scott González2011-10-201-1/+1
* Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor...Scott González2011-09-061-3/+3
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...Corey Frang2011-08-031-1/+1
* Use .attr() for boolean ARIA attributes.Scott González2011-07-121-8/+8
* .attr() -> .prop()Scott González2011-06-081-12/+12
* All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...Scott González2011-05-281-2/+1
* Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still all...Andrew Powell2011-05-261-0/+1
* Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...Glenn Goodrich2011-05-261-7/+9
* Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh sc...Scott González2011-05-181-7/+5
* Button: Don't fire click/change events if mouse was dragged during click of t...Kris Borchers2011-05-131-3/+26
* Merge pull request #256 from dcneiner/button-blurScott González2011-05-121-0/+2
|\
| * Button: no longer calls _resetButton() after changing the disabled option. Fi...Doug Neiner2011-05-121-0/+2
* | Button: Added rtl detection so corner classes would properly be applied to bu...Doug Neiner2011-05-121-2/+4
|/
* Button: stop disabled button from firing click events. fixes #5945. Behavior ...Eike Send2011-05-051-0/+5
* Restructured if/else's for better readabilityGiovanni Giacobbi2011-03-201-11/+7
* Button: find associated label even without common ancestor. Fixes #7092 - but...ddstreet2011-03-111-2/+10
* Button: Only add text classes if there is text. Fixes #7040 - button class ch...Scott González2011-02-261-2/+3
* Button: Batched class changes to improve performance. Fixes #6934. Button: Ba...Alex Dovenmuehle2011-02-101-7/+12