aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.button.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | For instance, this is useful for the jquery-ui-rails gem, which does not use jQuery UI's own minification, but relies on Rails to minify the files where necessary. Rails in turn uses UglifyJS for JS and YUI for CSS, both of which respect the /*! ... */ convention.
* 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
| | | | 'var self = this;'
* Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ↵Scott González2012-01-181-5/+3
| | | | disabled option on button widget returns jQuery object, not default value.
* Widget: Remove method argument from _super and _superApply. Was a left-over ↵Jörn Zaefferer2011-11-181-6/+6
| | | | from first implementation, not necessary anymore.
* Widget: Added window and document properties. Fixes #7801 - Widget: Add ↵Scott González2011-10-201-2/+2
| | | | document and window properties.
* 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: ↵Scott González2011-09-061-3/+3
| | | | Incorrect corners for disconnected elements.
* Button: Adding quotes to the attribute selector for labels - Fixes #7534 - ↵Corey Frang2011-08-031-1/+1
| | | | Button label selector omits quotes / fails for ids with ":"
* 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 ↵Scott González2011-05-281-2/+1
| | | | version numbers on instances.
* Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still ↵Andrew Powell2011-05-261-0/+1
| | | | allow clicks
* Button: modified the event bindings for focus and blur. Fixed #6711 - ↵Glenn Goodrich2011-05-261-7/+9
| | | | checkbox/radio button do not show focused state when using Keyboard Navigation
* Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh ↵Scott González2011-05-181-7/+5
| | | | scope in formResetHandler unintentionally wide.
* Button: Don't fire click/change events if mouse was dragged during click of ↵Kris Borchers2011-05-131-3/+26
| | | | toggle (checkbox/radio) button. Fixed #6970 - Button state inconsistencies after (accidental) drag-clicking the button.
* Merge pull request #256 from dcneiner/button-blurScott González2011-05-121-0/+2
|\ | | | | Fixed #6242
| * Button: no longer calls _resetButton() after changing the disabled option. ↵Doug Neiner2011-05-121-0/+2
| | | | | | | | Fixed #6242 - Button .enable() strange behavior on Webkit (Google Chrome, Safari)
* | Button: Added rtl detection so corner classes would properly be applied to ↵Doug Neiner2011-05-121-2/+4
|/ | | | buttonsets. Fixed #6796. jQueryui - buttonset on rtl
* Button: stop disabled button from firing click events. fixes #5945. Behavior ↵Eike Send2011-05-051-0/+5
| | | | was inconsisten between BUTTON and A elements.
* Restructured if/else's for better readabilityGiovanni Giacobbi2011-03-201-11/+7
|
* Button: find associated label even without common ancestor. Fixes #7092 - ↵ddstreet2011-03-111-2/+10
| | | | button creation that requires a matching label does not find label in all cases
* Button: Only add text classes if there is text. Fixes #7040 - button class ↵Scott González2011-02-261-2/+3
| | | | change breaks icon only buttons.
* Button: Batched class changes to improve performance. Fixes #6934. Button: ↵Alex Dovenmuehle2011-02-101-7/+12
| | | | Batch class changes to improve performance.
* Added version property to plugins that were missing them.Scott González2011-02-031-0/+4
|
* All: Define defaultElement for non-div widgets.Scott González2011-01-231-0/+1
|
* Updated copyright year.Scott González2011-01-171-1/+1
|
* Updated widgets to use new methods from $.Widget.Scott González2011-01-151-5/+3
|
* Change destroy to _destroy and remove calls to $.Widget.prototype.destroy in ↵Scott González2011-01-141-3/+1
| | | | widgets with simple destroy methods.
* Buttonset: Added items option and removed visible filter for adding rounded ↵Scott González2010-11-121-8/+10
| | | | corners. Fixes #6262 - buttonset not applying ui-corner to invisible elements.
* Button: removed explicit call to _init() from _create(). Fixes #6165 - ↵=2010-10-091-1/+0
| | | | buttonset: refresh() fires twice on create
* Button: Read disabled attribute from original element if disabled option is ↵Scott González2010-08-181-0/+5
| | | | null. Fixes #5252 -Button: read disabled option from input elements.
* Buttonset: Ignore hidden buttons. Fixes #5946 - buttonset should ignore ↵Scott González2010-08-181-5/+7
| | | | buttons that are not :visible.
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵Scott González2010-07-301-1/+1
| | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.
* Use pushStack in widget method. Fixes #5732 - make the widget method ↵jzaefferer2010-07-301-1/+1
| | | | maintain the stack
* Button: Restrict DOM querying to labels. Fixes #5810 - Buttonset and applet ↵Scott González2010-07-161-1/+1
| | | | error.
* 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 ↵Scott González2010-07-091-3/+3
| | | | and GPLv2. Also added a link to http://jquery.org/license.
* Button: Removed ui-button-text-icon class. Added ui-button-text-icon-primary ↵Richard D. Worth2010-05-261-3/+3
| | | | and ui-button-text-icon-secondary classes. Fixed #5382 - Button: specifying only a secondary icon for the button widget locates the icon on the left
* Remove previous text/icon classes when updating buttons.Scott González2010-04-291-4/+4
| | | | Fixes #5567 - button text, hide then show again.
* Button: Added missing semicolon.Scott González2010-04-231-1/+1
| | | | Fixes #5536 - Mission semicolon on line 5368.
* Fixed #5362 - Buttonset class should be ui-buttonset because buttonset is ↵Richard Worth2010-03-171-2/+2
| | | | one word