运行代码 缩小
十度
HTML代码
复制 格式化 注释 注释 清空
放大
x
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
    <head> 
4
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
5
        <title>jQuery实现table上移下移和置顶</title>
6
        <style type="text/css">
7
            .table {border-collapse: collapse !important;width: 100%;max-width: 100%;margin-bottom: 20px;}
8
            .table td,.table th {background-color: #fff !important;}
9
            .table-bordered th,.table-bordered td {border: 1px solid #ddd !important;}
10
            .table tr td {padding: 8px;line-height: 1.42857143;vertical-align: middle;border-bottom: 1px solid #ddd;}
11
            .table tr:hover {background-color: #f5f5f5;}
12
            .ontop,.ontop a.title{color:#f60}
13
        </style>
14
    </head>
15
    <body>
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
xxxxxxxxxx
1
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
jQuery实现table上移下移和置顶
分类
jQuery实例
描述
收藏