From: Richard Worth Date: Wed, 31 Dec 2008 00:17:33 +0000 (+0000) Subject: demos/draggable/helper.html: adjusted cursorAt position of custom helper X-Git-Tag: 1.6rc3~63 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=76ab85ab2202579f4c001bc956dab60693422788;p=jquery-ui.git demos/draggable/helper.html: adjusted cursorAt position of custom helper --- diff --git a/demos/draggable/helper.html b/demos/draggable/helper.html index 9246895de..368cf0315 100644 --- a/demos/draggable/helper.html +++ b/demos/draggable/helper.html @@ -15,7 +15,8 @@ $("#draggable").draggable({ helper: 'original' }); $("#draggable2").draggable({ helper: 'clone' }); $("#draggable3").draggable({ - cursorAt: { top: -5, left: -5 }, + cursor: 'move', + cursorAt: { top: -12, left: -20 }, helper: function(event) { return $('
I\'m a custom helper
'); }