aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 13:50:24 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-04-24 13:50:24 +0200
commite12ffb65d5873aad5dfa7eb40ae860d7ad26003f (patch)
tree4892becde3d8c97a66d32149783d3807f90fd6e1 /demos/tooltip
parent1fa0c975867e1ba7d2a6097fcfbe0ea22160b968 (diff)
downloadjquery-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.html2
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>