index
:
jquery-ui.git
1-10-stable
1-11-stable
1-12-stable
1-13-stable
1-8-stable
1-9-stable
datepicker
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-e7ab6fa4fa
dependabot/npm_and_yarn/body-parser-1.20.3
dependabot/npm_and_yarn/express-4.20.0
interactions
main
spinner-globalize-1.x
The official jQuery user interface library: https://github.com/jquery/jquery-ui
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
jquery.ui.slider.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Scott González
2013-03-14
1
-1
/
+5
*
Revert "Widget: Stop setting ui-state-disabled and aria by default on setting...
Scott González
2013-03-14
1
-5
/
+1
*
Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Mike Sherov
2013-03-11
1
-1
/
+5
*
Slider: allow range option to be changed. Fixed #5602 - Slider Does Not Exhib...
David Petersen
2013-02-05
1
-61
/
+87
*
Slider: Add disabled tests and remove disabled prop from handles
David Petersen
2013-02-04
1
-3
/
+0
*
Slider: Added rounded corners to range area. Fixed #9024 - Slider: Range area...
Thomas Jaggi
2013-01-28
1
-1
/
+1
*
Slider: Moved events to named functions (to allow extended plugins to hook in).
Dominic Barnes
2013-01-14
1
-76
/
+78
*
Update copyright year to 2013.
Scott González
2013-01-10
1
-1
/
+1
*
Slider: add options for event callbacks
Mike Sherov
2013-01-02
1
-1
/
+7
*
Slider: Create clone of options.values during _create(). Fixed #8892 - Multip...
Dominic Barnes
2012-12-18
1
-2
/
+3
*
All: Use .addBack() instead of .andSelf().
Scott González
2012-12-14
1
-1
/
+1
*
Allow higher cyclomatic complexity in functions that sanely use switch statem...
Scott González
2012-12-06
1
-0
/
+1
*
Slider: factorize code with Widget method call. Fixed #8772 - Wrong slider UI...
Samuel Bovée
2012-11-21
1
-5
/
+3
*
Slider: when handles overlap, clicking and dragging will now pick the last on...
Juan Pablo Kaniefsky
2012-11-16
1
-9
/
+6
*
Build: Enable "unused" option in jshint - Remove unused variables from codeba...
Mike Sherov
2012-10-23
1
-2
/
+2
*
Slider: Count the handles after setting up a range. Fixes #7922 - Slider with...
David Petersen
2012-10-17
1
-2
/
+3
*
Slider: Update UI when min or max option changes. Fixes #7477 - Setting min/m...
David Petersen
2012-10-16
1
-0
/
+6
*
Updated docs URLS.
Scott González
2012-09-26
1
-1
/
+1
*
Simplify licensing.
Scott González
2012-08-09
1
-1
/
+1
*
Update copyright to jQuery Foundation.
Scott González
2012-07-04
1
-1
/
+2
*
Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.
Scott González
2012-06-13
1
-1
/
+1
*
Resizable, Slider: Don't use .hover().
Scott González
2012-05-21
1
-2
/
+3
*
Slider: Use base destroy method.
Scott González
2012-05-09
1
-6
/
+2
*
Slider: Remove uses of self var; use new APIs or that var.
Scott González
2012-05-09
1
-71
/
+51
*
Lint fixes.
Scott González
2012-04-02
1
-2
/
+3
*
Protect all copyright notices against minification
Jo Liss
2012-04-02
1
-1
/
+1
*
Updated copyright year.
Scott González
2012-03-08
1
-1
/
+1
*
Update data naming for Slider. Partial fix for #7810
Jörn Zaefferer
2012-03-01
1
-3
/
+3
*
Slider: Whitespace cleanup
Jörn Zaefferer
2012-03-01
1
-14
/
+14
*
Slider: Prevent the default action on keydown if we're listening for the pres...
Scott González
2012-02-09
1
-6
/
+2
*
.attr() -> .prop()
Scott González
2011-06-08
1
-2
/
+2
*
All: Moved version numbers into prototypes. Fixed #7436 - Widget: Store versi...
Scott González
2011-05-28
1
-5
/
+1
*
Slider: add handles in single DOM operation. Fixed #7259 - optimize handle cr...
Adam Baratz
2011-05-11
1
-34
/
+16
*
Slider: Properly handle value and value methods as setters. Fixes #4881 - Sli...
Scott González
2011-03-28
1
-0
/
+2
*
Fixed #6979 - Several components are leaking variables into the global scope
Gilmore Davidson
2011-02-23
1
-1
/
+1
*
Updated copyright year.
Scott González
2011-01-17
1
-1
/
+1
*
Slider: Changed _trimAlignValue function to return the correct inclusive valu...
poplix
2010-12-06
1
-3
/
+3
*
Slider: Modified handle and scroll content not to jump twice when handle is g...
skeetergraphics
2010-11-19
1
-1
/
+3
*
All: Added http://jqueryui.com/about to header comments.
Scott González
2010-07-14
1
-1
/
+1
*
All: Define a local undefined variable inside the main closure.
Scott González
2010-07-13
1
-1
/
+1
*
Updated copyright headers to make it clear that you can choose between MIT an...
Scott González
2010-07-09
1
-3
/
+3
*
Whitespace
Scott González
2010-07-07
1
-1
/
+0
*
Slider: Removed redundant call _normValueFromMouse. Fixed #5796 - Slider: Red...
tzkuei
2010-07-06
1
-1
/
+0
*
Slider: trim to max and min on UP DOWN LEFT RIGHT. Fixed #5591 - Slider: can ...
Richard D. Worth
2010-05-11
1
-2
/
+2
*
Slider: fixed step alignment to handle negative fractional values. Fixed #558...
Richard D. Worth
2010-05-11
1
-3
/
+3
*
Slider: trim value to min and max when page_up or page_down is pressed. Fixed...
Richard D. Worth
2010-05-11
1
-2
/
+2
*
slider: jslint cleanup (thanks for the start zhaoz) and style changes to meet...
Richard D. Worth
2010-04-02
1
-334
/
+382
*
slider: corrected a regression introduced by commit 5ffd3ab
Richard D. Worth
2010-04-02
1
-2
/
+2
*
Slider: added support for canceling start event. Fixes #5472 - slider: event ...
Richard D. Worth
2010-04-01
1
-3
/
+9
*
Align slider value to step. Fixes #5471 - value not aligned to step when set ...
Richard D. Worth
2010-04-01
1
-19
/
+22
[next]