aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.slider.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Source formatting: Removing trailing spacesEduardo Lundgren2008-11-201-1/+1
|
* slider: defered all parseInt / Math.round calls for values to this._round, ↵Paul Bakaus2008-11-191-23/+27
| | | | implemented option 'round' (bool), that is enabled on default (old behaviour), can be disabled to return floating values (fixes 3489)
* Removed all trailing whitespace from .js and .html filesRichard Worth2008-11-181-58/+58
|
* fixed #3578 - ALL CODE: e, ui should be changed to event, uiRichard Worth2008-11-141-29/+29
|
* Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is ↵Richard Worth2008-11-121-1/+2
| | | | undefined"
* slider: changed order of fired callbacks in moveTo method (fixes #3465)Paul Bakaus2008-10-201-1/+1
|
* Fixed slider responds to keypresses when disabledRichard Worth2008-10-171-0/+3
|
* adding version property to all ui componentsJörn Zaefferer2008-10-051-7/+9
|
* whitespace: Removed trailing whitespace from non-blank linesRichard Worth2008-09-201-6/+6
|
* whitespaceRichard Worth2008-09-201-29/+22
|
* Reverted r695.Scott González2008-09-191-51/+51
|
* Remove Trailing SpacesEduardo Lundgren2008-09-191-50/+50
|
* slider: use preventDefault on click event on handle instead of returning ↵Paul Bakaus2008-09-191-1/+1
| | | | false (see #3228)
* dragging handle won't fire onunload event anymore (fixes #3228)Paul Bakaus2008-09-181-1/+2
|
* Fixes #3342, prevents bubbling (and default key behaviour) for slider based ↵David Bolter2008-09-111-1/+3
| | | | key events.
* Fixed #3284 - Put version numbers inside of individual files.Richard Worth2008-09-041-1/+1
|
* Slider: internal methodsChi Cheng2008-08-181-7/+7
|
* slider:internal methods, fixes #3188Chi Cheng2008-08-181-7/+7
|
* Slider: internal methods , fixes #3206Chi Cheng2008-08-161-86/+86
|
* 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