From c08b621fdb95be635f6b657948878439ef9d5964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Fri, 2 Sep 2016 10:21:25 -0400 Subject: [PATCH] Slider: Add demo for custom handle Fixes #15023 --- demos/slider/custom-handle.html | 42 +++++++++++++++++++++++++++++++++ demos/slider/index.html | 1 + 2 files changed, 43 insertions(+) create mode 100644 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.

+
+ + 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 @@
  • Vertical range slider
  • Multiple sliders
  • Simple colorpicker
  • +
  • Custom handle