Blogger Information
Blog 8
fans 0
comment 1
visits 10262
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
easyUI分页
Moments的博客
Original
569 people have browsed it

<html>

<div id="pp" class="easyui-pagination" style="background:#efefef; border:1px solid #ccc;" 

                data-options="total:0,pageSize:10">

            </div>


</html>

<script>
   

let pageCount, pageNumber = 1, pageSize = 10,

$('#pp').pagination({

         total: pageCount, //总数

         pageNumber: pageNumber,        //当前页

         pageSize: pageSize, //每页显示数量

         layout:['list','prev','links','next','manual'],

         onSelectPage: function(pageNumber, pageSize){

              $(this).pagination('loading');

              getDoorDev395( pageNumber, pageSize, "getDoorUser", door_devId );  //查询数据方法

             $(this).pagination('loaded');

         }

    });

</script>

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!