Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>js分页</title>
    <!-- <script src="http://www.w3school.com.cn/jquery/jquery-1.11.1.min.js"></script> -->
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
    <!-- <script src="js/app.js"></script> -->
</head>
<body>
<table border="1" cellspacing='0'>
    <thead>
    <tr>
        <th>数目</th>
        <th>姓名</th>
        <th>班级</th>
        <th>备注</th>
    </tr>
    </thead>
    <tbody id='record'>
    <tr>
        <th>1</th>
        <th>姓名1</th>
        <th>1</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>2</th>
        <th>姓名2</th>
        <th>1</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>3</th>
        <th>姓名3</th>
        <th>2</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>4</th>
        <th>姓名4</th>
        <th>3</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>5</th>
        <th>姓名5</th>
        <th>5</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>6</th>
        <th>姓名6</th>
        <th>4</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>7</th>
        <th>姓名7</th>
        <th>6</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>7</th>
        <th>姓名7</th>
        <th>6</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>7</th>
        <th>姓名7</th>
        <th>6</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>7</th>
        <th>姓名7</th>
        <th>6</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>7</th>
        <th>姓名7</th>
        <th>6</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>7</th>
        <th>姓名7</th>
        <th>6</th>
        <th>备注</th>
    </tr>
    <tr>
        <th>7</th>
        <th>姓名7</th>
        <th>6</th>
        <th>备注</th>
    </tr>
    </tbody>
    <tfoot id='page'></tfoot>
</table>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
gzwawjpro
0viewers