diff --git a/demos/draggable/constrain-movement.html b/demos/draggable/constrain-movement.html
new file mode 100644
index 000000000..fbfea8009
--- /dev/null
+++ b/demos/draggable/constrain-movement.html
@@ -0,0 +1,45 @@
+
+
+
+ jQuery UI Draggable - Axis Demo
+
+
+
+
+
+
+
+
+
+
+
+
+
I can be dragged only vertically
+
+
+
+
I can be dragged only horizontally
+
+
+
+
+
+
+
+
+
+Define the boundaries of the draggable area. Set the axis option to limit the draggable's path to the x- or y-axis. Or use the containment option to specify a parent DOM element or a jQuery selector, like 'document.'
+
+
+
+
+
diff --git a/demos/draggable/handle.html b/demos/draggable/handle.html
index 9acfa2a7d..ea53c09b8 100644
--- a/demos/draggable/handle.html
+++ b/demos/draggable/handle.html
@@ -24,6 +24,8 @@
+
+
diff --git a/demos/draggable/index.html b/demos/draggable/index.html
index ec47a7822..d4c927193 100644
--- a/demos/draggable/index.html
+++ b/demos/draggable/index.html
@@ -9,24 +9,38 @@
+
+