diff options
Diffstat (limited to 'demos/sortable/placeholder.html')
-rw-r--r-- | demos/sortable/placeholder.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/sortable/placeholder.html b/demos/sortable/placeholder.html index 339421c9a..057297282 100644 --- a/demos/sortable/placeholder.html +++ b/demos/sortable/placeholder.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Sortable - Placeholder Demo</title> + <title>jQuery UI Sortable - Drop placeholder</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.js"></script> <script type="text/javascript" src="../../ui/ui.core.js"></script> @@ -36,9 +36,7 @@ <div class="demo-description"> -<p> - -</p> +<p>When dragging a sortable item to a new location, other items will make room for the that item by shifting to allow white space between them. Pass a class into the <strong>placeholder</strong> option to style that space to be visible. Use the boolean <strong>forcePlaceholderSize</strong> option to set dimensions on the placeholder.</p> </div><!-- End demo-description --> |