aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
Commit message (Expand)AuthorAgeFilesLines
...
* button: remove ui-helper-hidden-accessible instead of .show() on destroy. Fix...Richard Worth2010-03-111-1/+1
* Checkbox must not be all the way hidden for change to fire in IE. Switched ou...Richard Worth2010-03-111-1/+1
* Button: quote the value when searching for attributes.Scott González2010-03-041-2/+2
* Button: Add disabled class on init if the disabled option is set to true.Scott González2010-03-021-0/+4
* Buttonset: Use :data(button) instead of .ui-button to find buttons that have ...Scott González2010-03-021-2/+2
* Buttons: Removed the logic for triggering click events on checkboxes and radi...Scott González2010-02-181-6/+0
* Button: Added missing semicolons;Scott González2010-02-181-2/+2
* button: handle space "click"Jörn Zaefferer2010-01-221-0/+8
* button: add ui-state-active on keydown, further improving keyboard navigation...Jörn Zaefferer2010-01-221-0/+8
* button: add ui-state-focus on focus, making keyboard navigation possible, and...Jörn Zaefferer2010-01-201-1/+9
* Happy New YearRichard Worth2010-01-201-1/+1
* Button: conform to coding standards.Scott González2010-01-181-135/+143
* Widget factory: Changed _create to _init.Scott González2010-01-151-2/+2
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-0/+247