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/constrain-movement.html | 41 ++++++++++++++++----------------- 1 file changed, 20 insertions(+), 21 deletions(-) (limited to 'demos/draggable/constrain-movement.html') diff --git a/demos/draggable/constrain-movement.html b/demos/draggable/constrain-movement.html index 3bb9075e4..c74e59f87 100644 --- a/demos/draggable/constrain-movement.html +++ b/demos/draggable/constrain-movement.html @@ -1,35 +1,35 @@ - + jQuery UI Draggable - Constrain movement - - - - - - - - - +

Constrain movement along an axis:

@@ -59,12 +59,11 @@
-
-

-Constrain the movement of each draggable by defining the boundaries of the draggable area. Set the axis option to limit the draggable's path to the x- or y-axis, or use the containment option to specify a parent DOM element or a jQuery selector, like 'document.' -

+
+

Constrain the movement of each draggable by defining the boundaries of the draggable area. Set the axis option to limit the draggable's path to the x- or y-axis, or use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'

+ -- cgit v1.2.3