-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.htm
More file actions
20 lines (19 loc) · 790 Bytes
/
example.htm
File metadata and controls
20 lines (19 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>freezeTable example</title>
<link href="jQuery.freezeTable.css" rel="stylesheet" type="text/css" />
<link href="yahoo-answers-paging.css" rel="stylesheet" type="text/css" />
<link href="style-tableLayout.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<div id="tableLayout">
</div>
</div>
<script type="text/javascript" src="data.js"></script>
<script type="text/javascript" src="jq.js"></script>
<script type="text/javascript" src="jQuery.freezeTable.1.0.js"></script>
<script type="text/javascript" src="js.js"></script>
</body>
</html>