aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.slider.js
Commit message (Collapse)AuthorAgeFilesLines
* completes keyboard operation (fixes #3801)David Bolter2008-07-141-4/+17
|
* fix for arrow key operation (refs #3801)David Bolter2008-07-101-2/+3
|
* slider: animate is a bit smoother now - stops the previous animationPaul Bakaus2008-07-031-2/+2
|
* slider: added animate option: can be simply set to true, or to a multiplier ↵Paul Bakaus2008-07-031-3/+5
| | | | that makes the animation longer or shorter (higher = longer, shorter = faster)
* slider: removed cursor:default on the a wrapper, allows for better styling, ↵Paul Bakaus2008-07-031-1/+1
| | | | changing the cursor of the slider handle (fixes #2854)
* slider: browser's default outline isn't shown for the created links (fixes ↵Paul Bakaus2008-07-031-1/+1
| | | | #3029)
* slider: range can now be toggled on-the-fly (fixes #3004)Paul Bakaus2008-06-261-0/+10
|
* slider: check in the destroy method if a handle actually exists or not, ↵Paul Bakaus2008-06-191-5/+11
| | | | before calling removal functions (fixes #2987)
* Dropped blank line at end of header comments.Scott González2008-06-111-1/+0
|
* fixed sliderRichard Worth2008-06-091-0/+1
|
* Removed old rev ids from jQuery svnRichard Worth2008-06-091-1/+0
|
* slider: fixed IE issue when handles where initialized without defined ↵Paul Bakaus2008-06-081-2/+2
| | | | left/top values
* fixed #2928 - Plugin instances should not be exposed in the ui parameter of ↵Richard Worth2008-06-071-1/+0
| | | | callbacks
* renamed source -> uiRichard Worth2008-06-071-0/+424