Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 373 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 373 Bytes

page

在这里,page是一个简单的jQuery分页插件,它实现了纯静态的前端分页效果。

使用方法如下:######
$("selector").page({
  showLineCount:1, // 每页显示行数
  showMaxPages:7, // 最大显示页数
  bPrevNext:true, // 是否显示“上一页” 和 “下一页”
  bPagination:true // 是否显示页码
});