jquery实现pager控件示例(3)


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>分页控件示例</title>
    <link href="https://www.jb51.net/CSS/JPager.css" type="text/css" />
    <script src="https://www.jb51.net/JS/jquery.min.js" type="text/javascript"></script>
    <script src="https://www.jb51.net/JExtension/JPager.js" type="text/javascript"></script>
    <script type="text/javascript">
        $(function () {         
            $("#pager").JPager({ customer:{template:"%cuRRent%"},count: 10, action: { url: "Service/JService.svc/GetPersons", data: '{"name":"zhoulq"}'}, showNumber: true },1,5);
        });       
    </script>
</head>
<body>
<table>
</table>
<div></div>
</body>
</html>


  
wcf:

复制代码 代码如下:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wdywyy.html