aboutsummaryrefslogtreecommitdiffstats
path: root/demos/popup/index.html
blob: e69365c9865b2a4193c02b1fac4a549b28c7cbad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<title>jQuery UI Popup Demos</title>
	<link 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="popup-menu.html">Menu's as popup</a></li>
			<li><a href="popup-menu-table.html">Menu's as popup in a table</a></li>
		</ul>
	</div>
</body>
</html>