Skip to content

oscxc/ospage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

史上最牛 JavaScript 分页插件,没有之一!

实现原因:

 需要用分页插件的时候找不到一个让我感到满意的

优点:

 易用、设计完美、样式控制灵活、支持多实例、不依赖任何框架

缺点:

 不存在的,因为它是完美的

兼容性:

 IE9+ (备注:IE兴亡,前端程序员有责)

获取和引用 ospage

简单粗暴方式(必须首先提供的方式)

下载最新版本 && 使用标签引用

<link rel="stylesheet" href="styles/style1.css">

<script src="ospage.js"></script>

npm + CommonJS 方式

npm install ospage
var page = require('ospage');

Usage examples

1、基本使用:examples/basic.html

2、自定义显示的文字:examples/yourtext.html

3、指定从第几页开始 :examples/pageindex.html

4、指定每页项数:examples/pagesize.html

5、数字方块个数:examples/blockcount.html

6、跳转到指定页:examples/skip.html

7、多个实例:examples/instances.html

8、应用样式:

style1:

style2:

style3:

style4:

style5:

自定义:

请参考css文件修改

联系我们

欢迎加入下面QQ群

License

MIT

About

史上最牛JavaScript分页插件,没有之一!

Resources

License

Stars

Watchers

Forks

Packages

No packages published