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 -------------------------------------- demos/draggable/index.html | 1 - 2 files changed, 39 deletions(-) delete mode 100644 demos/draggable/delay-start.html (limited to 'demos/draggable') 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.

-
- - diff --git a/demos/draggable/index.html b/demos/draggable/index.html index 48d050b1e..ceffb9b72 100644 --- a/demos/draggable/index.html +++ b/demos/draggable/index.html @@ -11,7 +11,6 @@
  • Default functionality
  • Events
  • Constrain movement
  • -
  • Delay start
  • Snap to element or grid
  • Auto-scroll
  • Revert position
  • -- cgit v1.2.3