From 51461d523868c168f2e12eeb547c1cf8b7cf59cf Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 2 Sep 2016 10:21:25 -0400 Subject: Slider: Add demo for custom handle Fixes #15023 Closes gh-1740 --- demos/slider/custom-handle.html | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 demos/slider/custom-handle.html (limited to 'demos/slider/custom-handle.html') diff --git a/demos/slider/custom-handle.html b/demos/slider/custom-handle.html new file mode 100644 index 000000000..11192f318 --- /dev/null +++ b/demos/slider/custom-handle.html @@ -0,0 +1,42 @@ + + + + + + jQuery UI Slider - Custom handle + + + + + + + + +
+
+
+ +
+

The basic slider is horizontal and has a single handle that can be moved with the mouse or by using the arrow keys.

+
+ + -- cgit v1.2.3