2011-11-22 15:44:08 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="http://code.jquery.com/qunit/git/qunit.css" type="text/css" media="screen" />
|
|
|
|
</head>
|
|
|
|
<body>
|
2011-11-22 18:01:27 -05:00
|
|
|
<h1 id="qunit-header">SkeletonTab Tests</h1>
|
2011-11-22 15:44:08 -05:00
|
|
|
<h2 id="qunit-banner"></h2>
|
|
|
|
<div id="qunit-testrunner-toolbar"></div>
|
|
|
|
<h2 id="qunit-userAgent"></h2>
|
|
|
|
<ol id="qunit-tests"></ol>
|
2011-11-22 15:51:31 -05:00
|
|
|
<div id="qunit-fixture">
|
2011-11-22 18:01:27 -05:00
|
|
|
<div id="tab-container">
|
2011-11-22 15:51:31 -05:00
|
|
|
<ul>
|
|
|
|
<li>Simple</li>
|
|
|
|
<li>Lightweight</li>
|
|
|
|
<li>Mobile</li>
|
|
|
|
</ul>
|
|
|
|
<div>The tabs are clean and simple divs and basic CSS.</div>
|
|
|
|
<div>The tabs are cross-browser, but don't need a ton of hacky CSS or markup.</div>
|
|
|
|
<div>The tabs work like a charm even on mobile devices.</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2011-11-22 15:44:08 -05:00
|
|
|
</body>
|
|
|
|
<script src="http://code.jquery.com/jquery-latest.js"></script>
|
|
|
|
<script type="text/javascript" src="http://code.jquery.com/qunit/git/qunit.js"></script>
|
|
|
|
<script type="text/javascript" src="../tabs.js"></script>
|
|
|
|
<script type="text/javascript" src="tests.js"></script>
|
|
|
|
</html>
|