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 7cc88bf commit 0cc197aCopy full SHA for 0cc197a
demos/draggable/constrain-movement.html
@@ -20,7 +20,7 @@
20
$( "#draggable2" ).draggable({ axis: "x" });
21
22
$( "#draggable3" ).draggable({ containment: "#containment-wrapper", scroll: false });
23
- $( "#draggable5" ).draggable({ containment: "parent" });
+ $( "#draggable4" ).draggable({ containment: "parent" });
24
</script>
25
</head>
26
<body>
@@ -42,7 +42,7 @@ <h3>Or to within another DOM element:</h3>
42
</div>
43
44
<div class="draggable ui-widget-content">
45
- <p id="draggable5" class="ui-widget-header">I'm contained within my parent</p>
+ <p id="draggable4" class="ui-widget-header">I'm contained within my parent</p>
46
47
48
0 commit comments