We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e61dfc commit b64ff56Copy full SHA for b64ff56
docs/api/javascript/ui/draggable.md
@@ -573,7 +573,7 @@ The `hold` event represents a jQuery `mousedown` event and contains all the even
573
$("#draggable").kendoDraggable({
574
holdToDrag: true,
575
hold: function(e) {
576
- $("draggable").css("background", "red");
+ $("#draggable").css("background", "red");
577
},
578
hint: function(element) {
579
var hintElement = $("<div id='hint'></div>");
0 commit comments