]> source.dussan.org Git - jquery-ui.git/commitdiff
demos/draggable/helper.html: adjusted cursorAt position of custom helper
authorRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 00:17:33 +0000 (00:17 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 00:17:33 +0000 (00:17 +0000)
demos/draggable/helper.html

index 9246895de87ee6fd14c9339c98a8cdc10d6285b4..368cf0315eb82cb54863f485abdb18e6203c6104 100644 (file)
@@ -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 $('<div class="ui-widget-header">I\'m a custom helper</div>');
                        }