aboutsummaryrefslogtreecommitdiffstats
path: root/ui/spinner.js
Commit message (Collapse)AuthorAgeFilesLines
* 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