From 1215de575d9cda66b434f21dafdf44f986638b71 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jul 2012 23:23:20 -0700 Subject: slider --- .../demos/draggable/delay-start.html | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 include/jquery_ui/development-bundle/demos/draggable/delay-start.html (limited to 'include/jquery_ui/development-bundle/demos/draggable/delay-start.html') diff --git a/include/jquery_ui/development-bundle/demos/draggable/delay-start.html b/include/jquery_ui/development-bundle/demos/draggable/delay-start.html new file mode 100644 index 000000000..76e91b914 --- /dev/null +++ b/include/jquery_ui/development-bundle/demos/draggable/delay-start.html @@ -0,0 +1,45 @@ + + + + + jQuery UI Draggable - Delay start + + + + + + + + + + + + +
+ +
+

Only if you drag me by 20 pixels, the dragging will start

+
+ +
+

Regardless of the distance, you have to drag and wait for 1000ms before dragging starts

+
+ +
+ + + +
+

Delay the start of dragging for a number of milliseconds with the delay option; prevent dragging until the cursor is held down and dragged a specifed number of pixels with the distance option.

+
+ + + -- cgit v1.2.3