diff options
Diffstat (limited to 'demos/sortable/tolerance.html')
-rw-r--r-- | demos/sortable/tolerance.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/demos/sortable/tolerance.html b/demos/sortable/tolerance.html index f90f0b584..f9ad40196 100644 --- a/demos/sortable/tolerance.html +++ b/demos/sortable/tolerance.html @@ -1,7 +1,7 @@ <!doctype html> <html lang="en"> <head> - <title>jQuery UI Sortable - Tolerance Demo</title> + <title>jQuery UI Sortable - Drop tolerance (stickiness)</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> @@ -44,9 +44,7 @@ <div class="demo-description"> -<p> - -</p> +<p>Set the stickiness of drop areas using the <strong>tolerance</strong> option. Specify whether the drop should occur when either the pointer or intersection (mid-point of the sortable item) crosses the drop area's boundary. By default, the script guesses which option is best to use for each drag.</p> </div><!-- End demo-description --> |