分享一个jQuery的超酷分页插件 - jPages
日期:2012-4-18 来源:GBin1.com
jQuery的分页插件很多,但是大都的功能都比较简单,今天我们分享一个非常酷的分页插件 - jPages,拥有丰富的功能和特效,大家肯定会喜欢!
jPages是一个典型的客户端分页插件,提供了相比其它分页插件更多的特性和功能。
主要特性
- 自动翻页
- 键盘和鼠标滚动浏览
- 延缓页面内容显示
- 完全自定义的分页导航支持
- 如果需要特效或者lazyload,可和其它js类库整合:Animate.css 和 Lazy Load
- 支持各种类型的页面导航菜单,可供大家选择
- 兼容主流浏览器及其IE7+
如何使用
添加如下代码到<head>区域:
<link rel="stylesheet" href="css/jPages.css"> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script src="js/jPages.js"></script>
如果你使用Animate.css的话,你需要添加如下:
<link rel="stylesheet" href="css/animate.css">
演示代码如下:
<!-- Future navigation panel --> <div class="holder"></div> <!-- Item container (doesn't need to be an UL) --> <ul id="itemContainer"> <!-- Items --> <li>...</li> <li>...</li> <li>...</li> <li>...</li> <li>...</li> ... </ul>
初始化插件:
...
相关推荐
EdwardSiCong 2020-11-23
85477104 2020-11-17
hhanbj 2020-11-17
81427005 2020-11-11
seoppt 2020-09-13
honeyth 2020-09-13
WRITEFORSHARE 2020-09-13
84483065 2020-09-11
momode 2020-09-11
85477104 2020-08-15
83510998 2020-08-08
82550495 2020-08-03
tthappyer 2020-08-03
84901334 2020-07-28
tthappyer 2020-07-25
TONIYH 2020-07-22
tztzyzyz 2020-07-20
83510998 2020-07-18
81463166 2020-07-17