aboutsummaryrefslogtreecommitdiffstats
path: root/ui/slider.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Remove manifest files; move metadata to source filesScott González2014-11-101-2/+7
| | | | Closes gh-1379
* Slider: Don't allow a slider's value to exceed its maxJyoti Deka2014-10-081-1/+9
| | | | | Fixes #9376 Closes gh-1016
* Build: Update jscs and fix some code style issuesJörn Zaefferer2014-08-141-1/+1
| | | | | | Disables the checks for casing and line length, since those need a lot more effort to address. For variable naming the fix isn't obvious to me. There's way too many lines over 100 chars.
* Slider: Reset positioning when orientation changesScott González2014-07-021-0/+3
| | | | | Fixes #10105 Closes gh-1268
* Slider: Switch handles from <a href="#"> to <span tabindex="0">TJ VanToll2014-03-071-9/+5
| | | | | Fixes #9890 Closes gh-1207
* 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/+692
- By executing https://gist.github.com/jzaefferer/893fcf70b7eebc1dc271; Fixes #9464 Closes gh-1029