2010-04-08 21:21:47 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>jQuery UI Tooltip Demos</title>
|
|
|
|
<link type="text/css" href="../demos.css" rel="stylesheet" />
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="demos-nav">
|
|
|
|
<h4>Examples</h4>
|
|
|
|
<ul>
|
|
|
|
<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
|
2010-04-21 18:00:45 +00:00
|
|
|
<li><a href="forms.html">Forms with tooltips</a></li>
|
|
|
|
<li><a href="tracking.html">Track the mouse</a></li>
|
2010-10-26 12:47:31 +00:00
|
|
|
<li><a href="custom-animation.html">Custom animation</a></li>
|
2010-10-26 15:07:22 +00:00
|
|
|
<li><a href="delegation-mixbag.html">Delegation Mixbag</a></li>
|
2011-05-02 10:34:26 +00:00
|
|
|
<li><a href="video-player.html">Video Player</a></li>
|
2010-04-08 21:21:47 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|