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
*
All: Rename all files, removing the "jquery.ui." prefix;
Rafael Xavier de Souza
2014-01-24
1
-692
/
+0
*
All: Remove "Depends" comment
Rafael Xavier de Souza
2014-01-24
1
-5
/
+0
*
All: Wrap source files with UMD return exports
Rafael Xavier de Souza
2014-01-24
1
-3
/
+18
*
Fix various coding style issues
Jörn Zaefferer
2013-11-13
1
-1
/
+1
*
Spinner: Prefix variables with component name.
Scott González
2013-10-24
1
-1
/
+2
*
Slider: Move numPages into the widget prototype.
Scott González
2013-10-24
1
-7
/
+8
*
Slider: Remove unnecessary 3rd argument in _slide method when calling this.va...
Jyoti Deka
2013-10-18
1
-1
/
+1
*
Revert "Slider: Remove unnecessary 3rd argument in _slide method when calling...
Jörn Zaefferer
2013-10-18
1
-1
/
+1
*
Slider: Remove unnecessary 3rd argument in _slide method when calling this.va...
Jyoti Deka
2013-10-18
1
-1
/
+1
*
Slider: Remove range div when changing range option to false. Fixes #9355 - S...
Scott González
2013-06-03
1
-2
/
+7
*
All: Remove inline JSHint settings.
Scott González
2013-04-22
1
-1
/
+0
*
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
[next]