aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.slider.js
Commit message (Collapse)AuthorAgeFilesLines
* Slider: Added paging - page up/down jumps by 1/5 the size of the range.Scott González2009-11-091-0/+12
| | | | Fixes #3096 - Add a paging option for slider
* Slider: Fixed values getter to be trimmed by min and max as value method is. ↵Richard Worth2009-10-121-15/+35
| | | | Added an overload to the values method for passing in an array of new values. Fixes #4522
* slider: Removed undocumented noPropagation last arg from values method as ↵Richard Worth2009-10-121-2/+2
| | | | per http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/a350889a377c59b8
* slider: use internal methods _valueMin() and _valueMax()Richard Worth2009-10-121-2/+2
|
* Slider: Fixed animation to respond to keypress as well as mouse click, ↵Richard Worth2009-10-121-10/+24
| | | | | | | animation still does not occur at init or during mouse drag slide, both by design. Animation now occurs, if animate is on, when using the value method, but not when using the value option. This allows for animated and non-animated programmatic setting of values without changing the animate option. Fixes #4432 - Allow animation when programmatically changing slider value Fixes #4659 - Allow slider to animate if slider value is set programatically
* slider: fixed two failing unit testsRichard Worth2009-10-121-0/+2
| | | | | 'value method set respects min' 'value method set respects max'
* slider: fixed disabled on init, methods enable and disableRichard Worth2009-09-191-0/+6
|
* renamed all ui.*.js files to jquery.ui.*.js, all effects.*.js files to ↵Richard Worth2009-09-171-0/+559
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935