-
Notifications
You must be signed in to change notification settings - Fork 2
/
jstest.html
30 lines (21 loc) · 876 Bytes
/
jstest.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="author" content="Juan MV Calvellido">
<title>DPMbox jQuery.dpm test suite</title>
</head>
<body>
<div>
<a href="javascript:tests()">Run tests</a> (Note: this uses console.log, so make sure this is enabled in your browser).
</div>
<div id="content">
</div>
</body>
<!-- JavaScript libraries-->
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="/static/DPMbox/js/config.js"></script>
<script type="text/javascript" src="/static/DPMbox/js/jquery.dpm.js"></script>
<script type="text/javascript" src="/static/DPMbox/js/jquery.dpmFilters.js"></script>
<script type="text/javascript" src="/static/DPMbox/js/tests.js"></script>
</html>