From 905c5dbf19511c49e93484e81f8c8fd3c315072c Mon Sep 17 00:00:00 2001 From: Jörn Zaefferer Date: Thu, 24 Apr 2014 20:11:05 +0200 Subject: Demos: Delete useless interactions demos All three delay-start demos use by examples for distance and delay while the default works fine. The connected-through tabs demo is just ridiculous. --- demos/draggable/delay-start.html | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 demos/draggable/delay-start.html (limited to 'demos/draggable/delay-start.html') diff --git a/demos/draggable/delay-start.html b/demos/draggable/delay-start.html deleted file mode 100644 index 2464993cd..000000000 --- a/demos/draggable/delay-start.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - 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