-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcourseTest.html
More file actions
25 lines (20 loc) · 847 Bytes
/
courseTest.html
File metadata and controls
25 lines (20 loc) · 847 Bytes
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title><!-- Insert your title here --></title>
<script type="text/javascript" src="jQuery/jquery-1.4.2.js"></script>
<script type="text/javascript" src="jQuery/dragsort-0.3.10/jquery.dragsort-0.3.10.js"></script>
<script type="text/javascript" src="convert.js"></script>
</head>
<body>
<p>Lets see if this works:</p>
<input name="listSortOrder" type="hidden" />
<script>$(document).ready(function(){
$.getJSON("flows/CSflow.json", to_table);
});</script>
<p>So did it?</p>
<script type="text/javascript">
</script>
</body>
</html>