先把要用到的文件依次进入进来:
代码如下:
script src="common/jquery.js" type="text/javascript"/script
script src="common/jquery.pagination.js" type="text/javascript"/script
link href="common/tablesorter.css" rel="stylesheet" type="text/css" /
link href="common/pagination.css" rel="stylesheet" type="text/css" /
接着在页面的body里面写入如下的代码,在这里强调一下呈现出来的数据是没有进行控件绑定的,完全是由简单的table来呈现数据的,先看一下页面代码
代码如下:
div
table id="linkTable" cellpadding="6" cellspacing="1" align="left" class="tablesorter" style="width:400px;margin:0 0 20...[ 查看全文 ]