index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.button.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Scott González
2013-03-14
1
-8
/
+2
*
Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...
Scott González
2013-03-14
1
-2
/
+8
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Mike Sherov
2013-03-11
1
-8
/
+2
*
Update copyright year to 2013.
Scott González
2013-01-10
1
-1
/
+1
*
Button: Let change handler handle display and aria update. Fixed #5518 - Butt...
Fabrício Matté
2012-11-26
1
-2
/
+0
*
Button: add explanatory comment for when we bind to blur
Mike Sherov
2012-11-21
1
-0
/
+2
*
Button: Fixing handling of the disabled options on refresh method calls. Fix...
TJ VanToll
2012-11-21
1
-1
/
+3
*
Button: add blur event to buttons. Fixes #8559 - Button: Button doesn't remov...
Mike Sherov
2012-11-21
1
-1
/
+1
*
Button: properly escape button names. Fixes #7505 - Button: Buttonset not app...
Mike Sherov
2012-11-19
1
-0
/
+1
*
Button: use _hoverable for hover state management. Fixes #5295 - button doesn...
Cory Gackenheimer
2012-11-11
1
-3
/
+4
*
Updated all widgets to use proper data keys when getting plugin instances.
Scott González
2012-11-09
1
-1
/
+1
*
Button: Check for ui-state-disabled during refresh. Fixes #8237 - Button: Anc...
TJ VanToll
2012-10-16
1
-1
/
+1
*
Updated docs URLS.
Scott González
2012-09-26
1
-1
/
+1
*
Simplify licensing.
Scott González
2012-08-09
1
-1
/
+1
*
Update copyright to jQuery Foundation.
Scott González
2012-07-04
1
-1
/
+2
*
Button: Trim button text before setting as title attribute.
Mike Hollis
2012-06-25
1
-1
/
+1
*
Widget: Added _off() for removing event handlers. Fixes #7795 - Widget: _on a...
Scott González
2012-06-14
1
-16
/
+16
*
Button: Corrected default label applied to submit buttons. Fixed #8337: Subm...
TJ VanToll
2012-05-22
1
-1
/
+1
*
Buttonset: Use input[type=*] instead of just [type=*].
Scott González
2012-05-21
1
-1
/
+1
*
Don't use :submit selector.
Scott González
2012-05-21
1
-1
/
+1
*
Don't use :reset selector.
Scott González
2012-05-21
1
-1
/
+1
*
Don't use :button selector.
Scott González
2012-05-21
1
-1
/
+1
*
Button: Fixed version properties.
Scott González
2012-05-21
1
-2
/
+1
*
Don't use :checkbox selector.
Scott González
2012-05-21
1
-2
/
+2
*
Don't use :radio selector.
Scott González
2012-05-21
1
-2
/
+2
*
Lint fixes.
Scott González
2012-04-02
1
-4
/
+5
*
Protect all copyright notices against minification
Jo Liss
2012-04-02
1
-1
/
+1
*
Updated copyright year.
Scott González
2012-03-08
1
-1
/
+1
*
Button: Use 'that' instead of 'self'. Partial fix for #5404 - remove uses of ...
Scott González
2012-02-12
1
-8
/
+8
*
Button: Properly handle disabled option on init. Fixes #8028 - Getting unset ...
Scott González
2012-01-18
1
-5
/
+3
*
Widget: Remove method argument from _super and _superApply. Was a left-over f...
Jörn Zaefferer
2011-11-18
1
-6
/
+6
*
Widget: Added window and document properties. Fixes #7801 - Widget: Add docum...
Scott González
2011-10-20
1
-2
/
+2
*
Button: Create text span in correct document.
Scott González
2011-10-20
1
-1
/
+1
*
Button: Fixed RTL detection to default to LTR. Fixes #7697 - Buttonset: Incor...
Scott González
2011-09-06
1
-3
/
+3
*
Button: Adding quotes to the attribute selector for labels - Fixes #7534 - Bu...
Corey Frang
2011-08-03
1
-1
/
+1
*
Use .attr() for boolean ARIA attributes.
Scott González
2011-07-12
1
-8
/
+8
*
.attr() -> .prop()
Scott González
2011-06-08
1
-12
/
+12
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-2
/
+1
*
Button: adding event.preventDefault. Fixes #5945 - Disabled buttons still all...
Andrew Powell
2011-05-26
1
-0
/
+1
*
Button: modified the event bindings for focus and blur. Fixed #6711 - checkbo...
Glenn Goodrich
2011-05-26
1
-7
/
+9
*
Button: Refactored formResetHandler and fixed scope. Foxes #7261 - Refresh sc...
Scott González
2011-05-18
1
-7
/
+5
*
Button: Don't fire click/change events if mouse was dragged during click of t...
Kris Borchers
2011-05-13
1
-3
/
+26
*
Merge pull request #256 from dcneiner/button-blur
Scott González
2011-05-12
1
-0
/
+2
|
\
|
*
Button: no longer calls _resetButton() after changing the disabled option. Fi...
Doug Neiner
2011-05-12
1
-0
/
+2
*
|
Button: Added rtl detection so corner classes would properly be applied to bu...
Doug Neiner
2011-05-12
1
-2
/
+4
|
/
*
Button: stop disabled button from firing click events. fixes #5945. Behavior ...
Eike Send
2011-05-05
1
-0
/
+5
*
Restructured if/else's for better readability
Giovanni Giacobbi
2011-03-20
1
-11
/
+7
*
Button: find associated label even without common ancestor. Fixes #7092 - but...
ddstreet
2011-03-11
1
-2
/
+10
*
Button: Only add text classes if there is text. Fixes #7040 - button class ch...
Scott González
2011-02-26
1
-2
/
+3
*
Button: Batched class changes to improve performance. Fixes #6934. Button: Ba...
Alex Dovenmuehle
2011-02-10
1
-7
/
+12
[next]