From 6cf45dd25a98f98c91a4000345fc5597f9929939 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 10 Sep 2010 09:17:58 -0400 Subject: Draggable demos: Coding standards. --- demos/draggable/handle.html | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) (limited to 'demos/draggable/handle.html') diff --git a/demos/draggable/handle.html b/demos/draggable/handle.html index 16bd8a8d7..e7c0c650f 100644 --- a/demos/draggable/handle.html +++ b/demos/draggable/handle.html @@ -1,28 +1,29 @@ - + jQuery UI Draggable - Handles - - - - - - - - - +
@@ -38,11 +39,12 @@
-
+ +

Allow dragging only when the cursor is over a specific part of the draggable. Use the handle option to specify the jQuery selector of an element (or group of elements) used to drag the object.

Or prevent dragging when the cursor is over a specific element (or group of elements) within the draggable. Use the cancel option to specify a jQuery selector over which to "cancel" draggable functionality.

-
+ -- cgit v1.2.3