File: index.html

package info (click to toggle)
jqueryui 1.8.ooops.21%2Bdfsg-2%2Bdeb7u2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,748 kB
  • sloc: php: 613; xml: 104; makefile: 53
file content (25 lines) | stat: -rw-r--r-- 717 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<title>jQuery UI Tabs Demos</title>
	<link rel="stylesheet" href="../demos.css">
</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="ajax.html">Content via Ajax</a></li>
		<li><a href="mouseover.html">Open on mouseover</a></li>
		<li><a href="collapsible.html">Collapse content</a></li>
		<li><a href="sortable.html">Sortable</a></li>
		<li><a href="manipulation.html">Simple manipulation</a></li>
		<li><a href="bottom.html">Tabs below content</a></li>
		<li><a href="cookie.html">Cookie persistence</a></li>
	</ul>
</div>

</body>
</html>