aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.slider.js
Commit message (Expand)AuthorAgeFilesLines
...
* Slider: Refactoring _trimValue method to use more sane programming logicjzaefferer2010-03-271-3/+6
* Slider: Refactoring _valueMin and _valueMax methods, removing useless tempora...jzaefferer2010-03-271-4/+2
* Slider: Inlining _step method, was used only oncejzaefferer2010-03-271-6/+1
* Slider: fixed change event to be triggered by keyup and value and values opti...Richard Worth2010-03-171-1/+11
* Fixed #5178 - Slider's change event fires on slideRichard Worth2010-02-151-8/+13
* Slider: added missing comma.Scott González2010-02-051-1/+1
* Fixed event prefix in all plugins that don't use the default prefix.Scott González2010-02-051-2/+2
* Happy New YearRichard Worth2010-01-201-1/+1
* Widget factory: Changed _create to _init.Scott González2010-01-151-1/+1
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, m...Scott González2010-01-071-17/+16
* Split mouse into its own file and udpdated dependency lists.Scott González2009-12-221-0/+2
* Slider: Added paging - page up/down jumps by 1/5 the size of the range.Scott González2009-11-091-0/+12
* Slider: Fixed values getter to be trimmed by min and max as value method is. ...Richard Worth2009-10-121-15/+35
* slider: Removed undocumented noPropagation last arg from values method as per...Richard Worth2009-10-121-2/+2
* 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, animat...Richard Worth2009-10-121-10/+24
* slider: fixed two failing unit testsRichard Worth2009-10-121-0/+2
* 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 jquery...Richard Worth2009-09-171-0/+559