Add jQuery plugin structure
This commit is contained in:
@ -9,7 +9,18 @@
|
||||
<div id="qunit-testrunner-toolbar"></div>
|
||||
<h2 id="qunit-userAgent"></h2>
|
||||
<ol id="qunit-tests"></ol>
|
||||
<div id="qunit-fixture">test markup, will be hidden</div>
|
||||
<div id="qunit-fixture">
|
||||
<div role="tabpanel">
|
||||
<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>
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user