diff options
Diffstat (limited to 'demos/selectable/default.html')
-rw-r--r-- | demos/selectable/default.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/selectable/default.html b/demos/selectable/default.html index ae079ae05..b9adda128 100644 --- a/demos/selectable/default.html +++ b/demos/selectable/default.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Selectable - Default Demo</title> + <title>jQuery UI Selectable - Default functionality</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> @@ -38,9 +38,7 @@ <div class="demo-description"> -<p> -Draw a box with your mouse to select items. You can also hold down the Ctrl key to make multiple (non-adjacent) selections. -</p> +<p>Enable a DOM element (or group of elements) to be selectable. Draw a box with your cursor to select items. Hold down the Ctrl key to make multiple non-adjacent selections. </p> </div><!-- End demo-description --> </body> |