From 3e4ed582b7a2f9d0d487558e7342dd30fc2a8ab2 Mon Sep 17 00:00:00 2001 From: Richard Worth Date: Sun, 18 Jan 2009 03:21:47 +0000 Subject: [PATCH] demos/droppable: fixed up description of activeClass part of visual feedback demo --- demos/droppable/visual-feedback.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/demos/droppable/visual-feedback.html b/demos/droppable/visual-feedback.html index 1e3f233eb..ae3f7d0fc 100644 --- a/demos/droppable/visual-feedback.html +++ b/demos/droppable/visual-feedback.html @@ -24,8 +24,8 @@ $("#draggable2").draggable(); $("#droppable2").droppable({ + accept: "#draggable2", activeClass: 'ui-state-hover', - hoverClass: 'ui-state-active', drop: function(event, ui) { $(this).addClass('ui-state-highlight').find('p').html('Dropped!'); } @@ -37,7 +37,7 @@
-

Feedback on hover only:

+

Feedback on hover:

Drag me to my target

@@ -47,7 +47,7 @@

Drop here

-

Feedback on hover and when dropped:

+

Feedback on activating draggable:

Drag me to my target

-- 2.39.5