首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

jquery组件tablesorter报表排序 分页

2012-10-19 
jquery组件tablesorter表格排序 分页去官网http://tablesorter.com/docs/#Download下载js,Themeshtmlhe

jquery组件tablesorter表格排序 分页

去官网http://tablesorter.com/docs/#Download下载js,Themes

<html><head><link href="style.css" rel="stylesheet" type="text/css"/><script type="text/javascript" src="jquery.min.js"></script><script type="text/javascript" src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script><script type="text/javascript" src="http://tablesorter.com/addons/pager/jquery.tablesorter.pager.js"></script><script type="text/javascript">$(document).ready(function() { $("#myTable").tablesorter(); }); </script></head><body><table id="myTable" src="/img/2012/09/24/1118393087.png">

热点排行