aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tooltip/index.html
blob: ed5cd10e5ca131fdcf49774512510a07ffab424f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>
		<!--
		<li><a href="foo.html">Foo</a></li>
		<li><a href="bar.html">Bar</a></li>
		-->
	</ul>
</div>

</body>
</html>