aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
Commit message (Collapse)AuthorAgeFilesLines
* button: handle space "click"Jörn Zaefferer2010-01-221-0/+8
|
* button: add ui-state-active on keydown, further improving keyboard ↵Jörn Zaefferer2010-01-221-0/+8
| | | | navigation - doesn't yet work properly for anchors and radio/checkbox buttons
* button: add ui-state-focus on focus, making keyboard navigation possible, ↵Jörn Zaefferer2010-01-201-1/+9
| | | | and button like 200% more accessible
* 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
| | | | Partial fix for #5064 - Widget: make multiple instantiation more useful.
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+247
menu; including menu static tests).