<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>测试</title>
<script type="text/javascript" src="jquery-1.10.1.min.js"></script>
<script>
//创建测试用的表格数据
$(function () {
var str =
' <tr><td style="display:none;">1acc508a-c064-11e8-9d01-fa163e12636c</td><td>毛毛</td><td class="price"> 0.0 </td><td><label>测试</label> </td> <td> 2018-09-30</td></tr>'
for (var i = 0; i < 100; i++) {
document.getElementById("bodyTr").innerHTML += str;
}
})
</script>
<style>
/**
* 自定义表格样式
**/
table {
border-collapse: collapse;
border-spacing: 2px;
border-radius: 3px;
width: 100%;
margin-bottom: 8px;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
th {
height: 50px;
background: #f5f5f5;
border: none;
line-height: 50px;
color: #333;
font-size: 14px;
}
td {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ccc;
}
tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
text-align: center;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>姓名</th>
<th>金额</th>
<th>类别</th>
<th>日期</th>
</tr>
</thead>
<tbody id="bodyTr">
</tbody>
</table>
</body>
<!--引入jquery插件-->
<script type="text/javascript" src="jquery.tablefixed.js"></script>
<script>
setTimeout(function(){
/**
* 调用方法
*/
$("table").fixedTable({divHeadId:'divHead_top',divBodyId:'divBody_top',height:"300px",width:"50%"});
},20);
</script>
</html>
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
jquery.table.fixed.zip (4个子文件)
table.fixed
效果.gif 507KB
jquery-1.10.1.min.js 91KB
jquery.tablefixed.js 4KB
test.html 2KB
共 4 条
- 1
资源评论
东明之羞
- 粉丝: 163
- 资源: 11
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功