aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
Commit message (Expand)AuthorAgeFilesLines
* Button: Read disabled attribute from original element if disabled option is n...Scott González2010-08-181-0/+5
* Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore butto...Scott González2010-08-181-5/+7
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ...Scott González2010-07-301-1/+1
* Use pushStack in widget method. Fixes #5732 - make the widget method maintain...jzaefferer2010-07-301-1/+1
* Button: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet e...Scott González2010-07-161-1/+1
* All: Added http://jqueryui.com/about to header comments.Scott González2010-07-141-1/+1
* All: Define a local undefined variable inside the main closure.Scott González2010-07-131-1/+1
* Updated copyright headers to make it clear that you can choose between MIT an...Scott González2010-07-091-3/+3
* Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ...Richard D. Worth2010-05-261-3/+3
* Remove previous text/icon classes when updating buttons.Scott González2010-04-291-4/+4
* Button: Added missing semicolon.Scott González2010-04-231-1/+1
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is one...Richard Worth2010-03-171-2/+2
* Button: Added refresh method to buttonset, futher fixes #5278 - ui.buttons do...Richard Worth2010-03-171-10/+23
* Buttonset - remove corner classes from button widgets instead of button eleme...Richard Worth2010-03-171-1/+5
* button: whitespace and quotes. See http://docs.jquery.com/JQuery_Core_Style_G...Richard Worth2010-03-171-2/+2
* Remove ui-helper-hidden-accessible from correct element. See r3880 and r3892Richard Worth2010-03-171-1/+3
* Button: spacing.Scott González2010-03-161-2/+2
* Button: fixed #5324 - button disabled state doesn't get refreshed when disabl...Richard Worth2010-03-151-0/+4
* Button: remove disabled attribute from original element when option set to falseRichard Worth2010-03-151-1/+5
* button: fixed #5328 - button disabled only visually when disabled option set,...Richard Worth2010-03-151-5/+12
* Button: Don't react to keydown when disabled.Scott González2010-03-141-6/+8
* Button: quiet jslintRichard Worth2010-03-111-13/+19
* Button: No need to check the button type before removing the hidden class.Scott González2010-03-111-5/+1
* Button: Conform to coding standards.Scott González2010-03-111-28/+30
* Fixed #5278 - ui.buttons doesn't visually reset on form "reset" event or inpu...Richard Worth2010-03-111-23/+68
* Button: Support elements that are disconnected from the DOM.Scott González2010-03-111-1/+4
* 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