added jquery lib natively. Note: would be better to use git submodules.
This commit is contained in:
24
libs/jQuery-Seat-Charts/test/index.html
Normal file
24
libs/jQuery-Seat-Charts/test/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>JSC Test Suite</title>
|
||||
<link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.14.0.css">
|
||||
<link rel="stylesheet" href="../jquery.seat-charts.css">
|
||||
<script src="http://code.jquery.com/qunit/qunit-1.14.0.js"></script>
|
||||
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
|
||||
<script type="text/javascript" src="../jquery.seat-charts.min.js"></script>
|
||||
|
||||
<script type="text/javascript" src="general.js"></script>
|
||||
<script type="text/javascript" src="methods.js"></script>
|
||||
<script type="text/javascript" src="interactions.js"></script>
|
||||
<script type="text/javascript" src="multiple.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="qunit-header">JSC Test Suite</h1>
|
||||
<h2 id="qunit-banner"></h2>
|
||||
<div id="qunit-testrunner-toolbar"></div>
|
||||
<div id="qunit-fixture"></div>
|
||||
<h2 id="qunit-userAgent"></h2>
|
||||
<ol id="qunit-tests"></ol>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user