summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/test/test_jquery_1.html
blob: 83a72e86f03b01b3b764e0c43564828fe37241aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>jqTree - Test</title>
    <link rel="stylesheet" href="../static/bower_components/qunit/qunit/qunit.css">
    <link rel="stylesheet" href="../jqtree.css">
    <script src="../static/bower_components/jquery-1/dist/jquery.min.js"></script>
    <script src="../static/bower_components/qunit/qunit/qunit.js"></script>
    <script src="../tree.jquery.js" data-cover></script>
    <script src="test_build.js"></script>
</head>
<body>
    <div id="qunit"></div>
</body>
</html>