jquery带多种动画特效的加载更多分页插件

所属分类: 网页特效-分页&翻页    2023-07-28 05:00:14

jquery带多种动画特效的加载更多分页插件 ie兼容6
 查看演示  登录后下载 温馨提示
登录会员即可享受免费下载
 我要建站

jquery带多种动画特效的加载更多分页插件(共3个文件)

    • jquery.simpleLoadMore.min.js
    • jquery.simpleLoadMore.js
    • index.html

使用方法

    $('.some-list-1').simpleLoadMore({
      item: 'div',
      count: 2
    });
    $('.some-list-2').simpleLoadMore({
      item: 'div',
      count: 5
    });
    $('.some-list-counter-1').simpleLoadMore({
      item: 'div',
      count: 5,
      counterInBtn: true,
      btnText: 'View More {showing}/{total}',
    });
    $('.some-list-counter-2').simpleLoadMore({
      item: 'div',
      count: 5,
      showCounter: true
    });
    $('.some-list-3').simpleLoadMore({
      item: 'div',
      count: 5,
      itemsToLoad: 2
    });
    $('.some-list-4').simpleLoadMore({
      item: 'div',
      count: 5,
      itemsToLoad: 1
    });

    // Easing
    $('.easing-1').simpleLoadMore({
      item: 'div',
      count: 5,
      itemsToLoad: 2,
      easing: 'fade'
    });
    $('.easing-2').simpleLoadMore({
      item: 'div',
      count: 5,
      itemsToLoad: 2,
      easing: 'slide'
    });

    // Callbacks
    $('.callback-onload').simpleLoadMore({
      item: 'div',
      count: 5,
      itemsToLoad: 5,
      easing: 'fade',
      onLoad: function($items, $btn) {
        $(this).after('<p class="callback-response"><i>Callback Response: SimpleLoadMore successfully initialized on this instance!</i></p>')
      },
    });
    $('.callback-onnextload').simpleLoadMore({
      item: 'div',
      count: 5,
      itemsToLoad: 2,
      easing: 'fade',
      onNextLoad: function($items, $btn) {
        if ($(this).next('p').length) {
          $(this).next('p').find('i').text('Callback Response: More items loaded. Total items remain: ' + $items.filter(':hidden').length);
        } else {
          $(this).after('<p class="callback-response"><i>Callback Response: More items loaded. Total items remain: ' + $items.filter(':hidden').length + '</i></p>');
        }
      },
      onComplete: function($items, $btn) {
        $(this).next('p').html('<p class="callback-response"><i>Callback Response: All items have been loaded!</i></p>');
      },
    });
    $('.callback-oncomplete').simpleLoadMore({
      item: 'div',
      count: 5,
      itemsToLoad: 5,
      easing: 'fade',
      onComplete: function() {
        $(this).after('<p class="callback-response"><i>Callback Response: All items have been loaded!</i></p>');
      },
    });

站长提示:
1. 苦力吧素材官方QQ群:950875342
2. 平台上所有素材资源,需注册登录会员方能正常下载。
3. 会员用户积极反馈网站、素材资源BUG或错误问题,每次奖励2K币
4. PHP源码类素材,如需协助安装调试,或你有二次开发需求,可联系苦力吧客服。
5. 付费素材资源,需充值后方能下载,如有任何疑问可直接联系苦力吧客服
相关资源 / 分页&翻页

javascript响应式圆角列表分页特效代码

一款绿色风格圆角分页代码,支持自定义显示数据条数及总页数,分页模块代码全都为js实现并创建,有兴趣的小伙伴可以查看演示并下载试试。
  分页&翻页
 5944  0

CSS创建的透明效果分页代码

一款纯css创建的透明分页代码,页码按钮显示透明效果,显示1-5页码,并且还有上一页/下一页按钮。
  分页&翻页
 8663  0

简单实用的jquery分页插件

一款简约风格的分页代码,一共提供了三种风格,非常的简单实用列表分页代码。
  分页&翻页
 1714  0

jquery功能丰富的分页插件代码

一款蓝色风格的jquery分页插件,支持上一页、下一页、首页、尾页、页码跳转以及回调函数等。
  分页&翻页
 31117  0

评论数(0) 回复有机会获得K币 用户协议

^_^ 还没有人评论,快来抢个沙发!
😀
  • 😀
  • 😊
  • 😂
  • 😍
  • 😑
  • 😷
  • 😵
  • 😛
  • 😣
  • 😱
  • 😋
  • 😎
  • 😵
  • 😕
  • 😶
  • 😚
  • 😜
  • 😭
发表评论