update test
This commit is contained in:
parent
0d5f2cea2f
commit
a510285473
1 changed files with 11 additions and 7 deletions
18
test.html
18
test.html
|
@ -2,14 +2,10 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<title>Test page for Table Filter</title>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
|
||||
<script src="./jquery.table-filter.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$("table").addTableFilter();
|
||||
});
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="http://hail2u.github.com/natural.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Test page for Table Filter</h1>
|
||||
|
@ -124,5 +120,13 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
|
||||
<script src="jquery.table-filter.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(function () {
|
||||
$("table").addTableFilter();
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue