diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-12-31 14:02:14 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-12-31 14:02:14 +0000 |
commit | e9a162a23c5aed036361b3843fc8f321912494de (patch) | |
tree | 7c884a4a13d4614d1d56a04a6ff405f1eddf4a68 /demos/draggable/default.html | |
parent | 5423b6d092aaaf14ffc7e81623702b363ef33849 (diff) | |
download | jquery-ui-e9a162a23c5aed036361b3843fc8f321912494de.tar.gz jquery-ui-e9a162a23c5aed036361b3843fc8f321912494de.zip |
demos: added demo wrappers, fixed some issues with non explicit css rules
Diffstat (limited to 'demos/draggable/default.html')
-rw-r--r-- | demos/draggable/default.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/draggable/default.html b/demos/draggable/default.html index 55a454ab9..4989c4422 100644 --- a/demos/draggable/default.html +++ b/demos/draggable/default.html @@ -18,9 +18,21 @@ </head> <body> +<div class="demo"> + <div id="draggable" class="ui-widget-content"> <p>Drag me around</p> </div> +</div><!-- End demo --> + +<div class="demo-description"> + +<p> +The easiest way to make an element draggable. Hold down the mouse and drag it around. +</p> + +</div><!-- End demo-description --> + </body> </html> |