Blame view

www/js/tablesorter/tests/large.html 625 Bytes
ef60cd4d   Administrator   first commit
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
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  
  <html>
  <head>
  <title>tablesorter: 296 rows</title>
  	
  	<style type="text/css">@import "assets/css/default.css";</style>
  	
  	<script type="text/javascript" src="../jquery-latest.js"></script>
  	<script type="text/javascript" src="../jquery.tablesorter.js"></script>
  	<script type="text/javascript" src="../jquery.tablesorter.pager.js"></script>
  	<script type="text/javascript">
  	$(function() {
  		$("table").tablesorter({debug: true, widgets: ['zebra']});
  		
  	});
  	</script>	
  	
  	
  
  	
  </head>
  
  <body>
  
  </body>
  
  </html>