Sha256: 5d3f5ff3c9dbdb1b9932109e4aee8a6a2c753bfc2947b0cfc665b0e8a2371726

Contents?: true

Size: 1.86 KB

Versions: 8

Compression:

Stored size: 1.86 KB

Contents

<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<title>Compound Visual Test : Tabs in Tabs</title>
	<link rel="stylesheet" href="../visual.css" type="text/css" />
	<link rel="stylesheet" href="../../../themes/base/jquery.ui.all.css" type="text/css">
	<script type="text/javascript" src="../../../jquery-1.5.1.js"></script>
	<script type="text/javascript" src="../../../ui/jquery.ui.core.js"></script>
	<script type="text/javascript" src="../../../ui/jquery.ui.widget.js"></script>
	<script type="text/javascript" src="../../../ui/jquery.ui.accordion.js"></script>
	<script type="text/javascript" src="../../../ui/jquery.ui.tabs.js"></script>
	<script type="text/javascript">
	$(function() {
		$('#tabs, #tabs-a, #tabs-b').tabs();
	});
	</script>
</head>
<body>

<div id="tabs">
	<ul>
		<li><a href="#tabs-1">First</a></li>
		<li><a href="#tabs-2">Second</a></li>
	</ul>
	<div id="tabs-1">
		<div id="tabs-a">
			<ul>
				<li><a href="#tabs-a-1">First</a></li>
				<li><a href="#tabs-a-2">Second</a></li>
			</ul>
			<div id="tabs-a-1">
				<p>nested tabs a-1</p>
				<p>nested tabs a-1</p>
				<p>nested tabs a-1</p>
				<p>nested tabs a-1</p>
				<p>nested tabs a-1</p>
			</div>
			<div id="tabs-a-2">
				<p>nested tabs a-2</p>
				<p>nested tabs a-2</p>
				<p>nested tabs a-2</p>
				<p>nested tabs a-2</p>
				<p>nested tabs a-2</p>
			</div>
		</div>
	</div>
	<div id="tabs-2">
		<div id="tabs-b">
			<ul>
				<li><a href="#tabs-b-1">First</a></li>
				<li><a href="#tabs-b-2">Second</a></li>
			</ul>
			<div id="tabs-b-1">
				<p>nested tabs b-1</p>
				<p>nested tabs b-1</p>
				<p>nested tabs b-1</p>
				<p>nested tabs b-1</p>
				<p>nested tabs b-1</p>
			</div>
			<div id="tabs-b-2">
				<p>nested tabs b-2</p>
				<p>nested tabs b-2</p>
				<p>nested tabs b-2</p>
				<p>nested tabs b-2</p>
				<p>nested tabs b-2</p>
			</div>
		</div>
	</div>
</div>

</body>
</html>

Version data entries

8 entries across 7 versions & 1 rubygems

Version Path
survivalkit-0.3.4 templates/project/sources/jquery-ui/tests/visual/compound/tabs_tabs.html
survivalkit-0.3.3 templates/project/sources/jquery-ui/tests/visual/compound/tabs_tabs.html
survivalkit-0.3.3 templates/drupal/sources/jquery-ui/tests/visual/compound/tabs_tabs.html
survivalkit-0.3.2 templates/project/sources/jquery-ui/tests/visual/compound/tabs_tabs.html
survivalkit-0.3.1 templates/project/sources/jquery-ui/tests/visual/compound/tabs_tabs.html
survivalkit-0.3 templates/project/sources/jquery-ui/tests/visual/compound/tabs_tabs.html
survivalkit-0.2.1 templates/project/sources/jquery-ui/tests/visual/compound/tabs_tabs.html
survivalkit-0.1 templates/project/sources/jquery-ui/tests/visual/compound/tabs_tabs.html