diff options
Diffstat (limited to 'demos/draggable/delaydistance.html')
-rw-r--r-- | demos/draggable/delaydistance.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/demos/draggable/delaydistance.html b/demos/draggable/delaydistance.html index 64b1ff684..ddca97184 100644 --- a/demos/draggable/delaydistance.html +++ b/demos/draggable/delaydistance.html @@ -18,7 +18,8 @@ </script> </head> <body> - +<div class="demo"> + <div id="draggable" class="ui-widget-content"> <p>Only if you drag me by 20 pixels, the dragging will start</p> </div> @@ -27,5 +28,14 @@ <p>Regardless of the distance, you have to drag and wait for 1000ms before dragging starts</p> </div> +</div><!-- End demo --> + +<div class="demo-description"> + +<p> +<!-- Add description here --> +</p> + +</div><!-- End demo-description --> </body> </html> |