2010-04-08 21:21:47 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2011-05-28 00:52:13 +00:00
|
|
|
<meta charset="utf-8">
|
2010-04-08 21:21:47 +00:00
|
|
|
<title>jQuery UI Tooltip Demos</title>
|
2011-05-28 00:52:13 +00:00
|
|
|
<link rel="stylesheet" href="../demos.css">
|
2010-04-08 21:21:47 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="demos-nav">
|
|
|
|
<h4>Examples</h4>
|
|
|
|
<ul>
|
|
|
|
<li class="demo-config-on"><a href="default.html">Default functionality</a></li>
|
2011-11-10 19:42:03 +00:00
|
|
|
<li><a href="custom-style.html">Custom style with arrow</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>
|
2011-05-30 23:07:40 +00:00
|
|
|
<li><a href="custom-content.html">Custom content</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>
|