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 6e613bd commit 77a31b0Copy full SHA for 77a31b0
demos/draggable/snap-to.html
@@ -20,7 +20,7 @@
20
$( "#draggable" ).draggable({ snap: true });
21
$( "#draggable2" ).draggable({ snap: ".ui-widget-header" });
22
$( "#draggable3" ).draggable({ snap: ".ui-widget-header", snapMode: "outer" });
23
- $( "#draggable4" ).draggable({ grid: [ 20,20 ] });
+ $( "#draggable4" ).draggable({ grid: [ 20, 20 ] });
24
$( "#draggable5" ).draggable({ grid: [ 80, 80 ] });
25
});
26
</script>
0 commit comments