Skip to content

lidysun/jQuery-pagination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

what is this ?

this is a web pagination plugin based on jquery.

How to use ?

<div class="pagination" data-index="2" data-num="1000"></div>
<!--!data-index:默认页;data-num:总数据量-->

$('.pagination').page({
  index:2,//默认页
  counts:20, //每页显示多少条数据
  pre:'上一页',
  next:'下一页'
});

About

基于JQuery的一个前端分页插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages