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

Time delay of 300ms:

+ + + +

Distance delay of 15px:

+ + + +
+ + + +
+

+ Prevent accidental sorting either by delay (time) or distance. Set a number of + milliseconds the element needs to be dragged before sorting starts + with the delay option. Set a distance in pixels the element + needs to be dragged before sorting starts with the distance + option. +

+
+ + + -- cgit v1.2.3