aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/index.html
diff options
context:
space:
mode:
authorjzaefferer <joern.zaefferer@gmail.com>2011-04-13 14:01:46 +0200
committerjzaefferer <joern.zaefferer@gmail.com>2011-04-13 14:01:46 +0200
commit67d49f593bb34f10751421a51c8e13d42bc1b16e (patch)
treecca067334b672af9a8d1b85dbc008a04e0c8c63f /demos/tooltip/index.html
parentbc65675330e758c406098e929ee8b4c1741c87fd (diff)
downloadjquery-ui-67d49f593bb34f10751421a51c8e13d42bc1b16e.tar.gz
jquery-ui-67d49f593bb34f10751421a51c8e13d42bc1b16e.zip
Overhaul tooltip implementation. Avoid queuing and other problems by
creating the tooltip element on the fly, never reusing it. Use aria-describedby attribute to find the associated tooltip again. Allows customizing animations much easier (just replace fadeIn/fadeOut), still open. Updated demos and visual test to replace now-missing .widget() method. Added tooltipClass for that.
Diffstat (limited to 'demos/tooltip/index.html')
-rw-r--r--demos/tooltip/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/tooltip/index.html b/demos/tooltip/index.html
index 6bc9c1e5c..3563350c5 100644
--- a/demos/tooltip/index.html
+++ b/demos/tooltip/index.html
@@ -14,6 +14,7 @@
<li><a href="tracking.html">Track the mouse</a></li>
<li><a href="custom-animation.html">Custom animation</a></li>
<li><a href="delegation-mixbag.html">Delegation Mixbag</a></li>
+ <li><a href="lots.html">Lots</a></li>
</ul>
</div>