| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fixes #3096 - Add a paging option for slider
|
|
|
|
| |
Added an overload to the values method for passing in an array of new values. Fixes #4522
|
|
|
|
| |
per http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/a350889a377c59b8
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
'value method set respects min'
'value method set respects max'
|
| |
|
|
jquery.effects.*.js per announcement and discussion here http://groups.google.com/group/jquery-ui-dev/msg/d565a0c56e0cb935
|