aboutsummaryrefslogtreecommitdiffstats
path: root/ui/spinner.js
Commit message (Collapse)AuthorAgeFilesLines
* Spinner: Move spinner into widgets folderAlexander Schmitz2015-08-081-570/+0
| | | | Ref #13885
* Button: Move button into widgets folderAlexander Schmitz2015-08-081-1/+1
| | | | Ref #13885
* Core: Move safeActiveElement 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 version and creation of the ui namespace into its own moduleAlexander Schmitz2015-08-081-0/+1
| | | | Ref #9647
* Spinner: Deprecate _uiSpinnerHtml and _buttonHtml extension pointsAlexander Schmitz2015-06-031-24/+56
| | | | | Fixes #11097 Closes gh-1560
* Spinner: Remove core event/alias and deprecated module dependenciesAlexander Schmitz2015-05-201-1/+1
|
* Spinner: Properly handle empty attributes in create with jQuery gitScott González2015-03-251-1/+1
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516
* All: Consolidate `.removeAttr()` callsScott González2015-03-181-5/+1
| | | | Closes gh-1505
* Spinner: Fix style issuesJörn Zaefferer2015-03-181-35/+35
| | | | Closes gh-1501
* Core: Add methods to work around IE active element bugsScott González2015-03-121-2/+2
| | | | Closes gh-1478
* Spinner: Add classes optionAlexander Schmitz2015-03-111-18/+36
| | | | | Ref #7053 Ref gh-1411
* 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
* Spinner: Don't change value when changing min/max optionsDavid Petersen2014-05-261-1/+0
| | | | | Fixes #9703 Closes gh-1252
* All: Updating copyright year to 2014TJ VanToll2014-01-281-1/+1
|
* All: Rename all files, removing the "jquery.ui." prefix;Rafael Xavier de Souza2014-01-241-0/+515
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029