diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-09-02 10:21:25 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-09-13 08:41:33 -0400 |
commit | 51461d523868c168f2e12eeb547c1cf8b7cf59cf (patch) | |
tree | 152e7c29153c4ef8d69444a39a3e1a2172fca2ea /demos/slider/index.html | |
parent | 57bff499deb880dd500be503231853c97b317234 (diff) | |
download | jquery-ui-51461d523868c168f2e12eeb547c1cf8b7cf59cf.tar.gz jquery-ui-51461d523868c168f2e12eeb547c1cf8b7cf59cf.zip |
Slider: Add demo for custom handle
Fixes #15023
Closes gh-1740
Diffstat (limited to 'demos/slider/index.html')
-rw-r--r-- | demos/slider/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/slider/index.html b/demos/slider/index.html index 1bc1198c4..f853a79aa 100644 --- a/demos/slider/index.html +++ b/demos/slider/index.html @@ -18,6 +18,7 @@ <li><a href="range-vertical.html">Vertical range slider</a></li> <li><a href="multiple-vertical.html">Multiple sliders</a></li> <li><a href="colorpicker.html">Simple colorpicker</a></li> + <li><a href="custom-handle.html">Custom handle</a></li> </ul> </body> |