forked from benjaminreid/jquery-bbq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (29 loc) · 1.29 KB
/
index.html
File metadata and controls
31 lines (29 loc) · 1.29 KB
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
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<title>jQuery BBQ: Back Button & Query Library - Unit Tests</title>
<link rel="stylesheet" href="qunit.css" type="text/css" media="screen">
<script type="text/javascript" src="../shared/qunit.js"></script>
<script type="text/javascript" src="../shared/jquery-1.4.2.js"></script>
<script type="text/javascript" src="../jquery.ba-bbq.js"></script>
<script type="text/javascript" src="unit.js"></script>
</head>
<body>
<div id="qunit-header">
<h1>jQuery BBQ: Back Button & Query Library - Unit Tests</h1>
<small><a href="http://benalman.com/projects/jquery-bbq-plugin/">Project Home</a></small>
<div style="clear:both"></div>
</div>
<h2 id="qunit-banner"><span></span></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<p>
These unit tests include jQuery <span id="jq_version">...</span>. To view the unit tests using
jQuery 1.4.1, <a href="./jquery-1.4.1.html">click here</a>, and to view the unit tests using
jQuery 1.3.2, <a href="./jquery-1.3.2.html">click here</a>.
<br>To view a unit test page using <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"> <a href="./ie7-compat.html">click here</a> (IE8).
</p>
<ol id="qunit-tests"></ol>
<h3 id="notice"></h3>
</body>
</html>