From a1fc59c17e40b89c28920681cd6dd32ed68a4102 Mon Sep 17 00:00:00 2001 From: Scott González Date: Fri, 10 Sep 2010 09:38:42 -0400 Subject: Droppable demos: Coding standards. --- demos/droppable/propagation.html | 58 ++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 26 deletions(-) (limited to 'demos/droppable/propagation.html') diff --git a/demos/droppable/propagation.html b/demos/droppable/propagation.html index e6cf3c212..d39c13101 100644 --- a/demos/droppable/propagation.html +++ b/demos/droppable/propagation.html @@ -1,48 +1,53 @@ - + jQuery UI Droppable - Prevent propagation - - - - - - - - - - +
@@ -65,10 +70,11 @@
-
-

When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the greedy option set to true prevents event propagation when a draggable is dropped on a child node (droppable).

+
+

When working with nested droppables — for example, you may have an editable directory structure displayed as a tree, with folder and document nodes — the greedy option set to true prevents event propagation when a draggable is dropped on a child node (droppable).

+ -- cgit v1.2.3