aboutsummaryrefslogtreecommitdiffstats
path: root/ui/button.js
Commit message (Collapse)AuthorAgeFilesLines
* Button: Move button into widgets folderAlexander Schmitz2015-08-081-421/+0
| | | | Ref #13885
* Core: Move labels into its own moduleAlexander Schmitz2015-08-081-1/+1
| | | | Ref #9647
* Core: Move keyCode into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Core: Move data selector from core into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Core: Move version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Button: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-14/+14
|
* All: Consolidate `.removeAttr()` callsScott González2015-03-181-2/+1
| | | | Closes gh-1505
* All: Add css-dependency-comments based on jQuery MobileRafael Xavier de Souza2015-02-261-0/+3
| | | | | | Ref gh-1029 Ref jquery/download.jqueryui.com#178 Closes gh-1440
* Build: Remove dates from copyright noticeAnne-Gaelle Colom2015-01-021-1/+1
| | | | Closes gh-1403
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Button: Remove `ui-state-active` when disabling buttonsDaniel DeGroff2014-04-211-1/+5
| | | | | Fixes #9602 Closes gh-1151
* Button: Properly refresh button sets with new radio buttonsScott González2014-04-011-8/+10
| | | | | Fixes #8975 Ref gh-888
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* Button: Ignore non-radio elements with the same nameTJ VanToll2014-01-281-2/+2
| | | | | Fixes #8761 Closes gh-1185
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+405
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029