diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-04-24 13:50:24 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2014-04-24 13:50:24 +0200 |
commit | e12ffb65d5873aad5dfa7eb40ae860d7ad26003f (patch) | |
tree | 4892becde3d8c97a66d32149783d3807f90fd6e1 /demos/tooltip | |
parent | 1fa0c975867e1ba7d2a6097fcfbe0ea22160b968 (diff) | |
download | jquery-ui-e12ffb65d5873aad5dfa7eb40ae860d7ad26003f.tar.gz jquery-ui-e12ffb65d5873aad5dfa7eb40ae860d7ad26003f.zip |
Tooltip demo: Mention the option used in the track demo
Diffstat (limited to 'demos/tooltip')
-rw-r--r-- | demos/tooltip/tracking.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/tracking.html b/demos/tooltip/tracking.html index 408008160..06b884e35 100644 --- a/demos/tooltip/tracking.html +++ b/demos/tooltip/tracking.html @@ -36,7 +36,7 @@ will also style tooltips accordingly.</p> <p>Hover the field to see the tooltip.</p> <div class="demo-description"> -<p>Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element.</p> +<p>Here the tooltips are positioned relative to the mouse, and follow the mouse while it moves above the element, using the <code>track</code> option.</p> </div> </body> </html> |