摘要: 转自:http://www.guoxk.com/node/jquery-datatables在做后台的时候并没有美工和前端工程师来配合你做页面,为了显示数据并有一定的美感,我们可以使用jQuery的DataTables插件来帮助我们完成任务1、DataTables的默认配置$(document).ready(function() {$(‘#example’).dataTable();} );示例:http://www.guoxk.com/html/DataTables/Zero-configuration.html2、DataTables的一些基础属性配置“bPaginate”: true, 阅读全文
posted @ 2012-04-20 18:14 小侠女 阅读(1684) 评论(0) 推荐(2)