Home > 源码列表 > 其它源码

laypage - 多功能JavaScript分页组件 v1.2

其它源码 2015-05-05 13:24:02 Source: 网络整理/侵权必删
  • 授权方式:共享软件
  • 界面语言:简体中文
  • 文件大小:0 MB
  • 更新时间:2015-05-05
  • 资源类型:国产软件
  • 平台环境:html
  • 推荐等级: ★★★☆☆
  • 作者主页: 点击查看

详细介绍 - [ laypage - 多功能JavaScript分页组件 v1.2 ]

laypage是一多功能js分页组件主要应用于前端页面Ajax普通分页以及信息流加载,并且可无缝迁移至Node.js平台。laypage不依赖于任何第三方库,直接拿来用即可,它的接口继承了layui系列组件的一贯简洁,极易上手。那么,从现在开始,将分页的任务交给laypage吧!

直接使用
laypage({
    cont: 'page1', //容器。值支持id名、原生dom对象,jquery对象。【如该容器为】:

    pages: 66, //总页数
    curr: 6, //当前页
    jump: function(e){ //触发分页后的回调
        var view = document.getElementById('view1'); //你也可以直接使用jquery
        view.innerHTML = '假设这是分页内容,目前正出于第:'+ e.curr +'页。jump函数返回的参数e是一个object,e.curr即当前页,通过它去向服务端请求相关数据。'
    }
});
模块加载

var laypage = require('laypage');
laypage({
    cont: 'id',
    pages: 11,
    …
})

laypage - 多功能JavaScript分页组件 演示图片

下载地址 - [ laypage - 多功能JavaScript分页组件 v1.2 ]

Tag: laypage 分页 组件 是一 多功能 js 主要 应用于 前端


Disclaimer: The content of this article is sourced from the internet. The copyright of the text, images, and other materials belongs to the original author. The platform reprints the materials for the purpose of conveying more information. The content of the article is for reference and learning only, and should not be used for commercial purposes. If it infringes on your legitimate rights and interests, please contact us promptly and we will handle it as soon as possible! We respect copyright and are committed to protecting it. Thank you for sharing.

站长搜索

http://www.adminso.com

Copyright @ 2007~2024 All Rights Reserved.

Powered By 站长搜索

Open your phone and scan the QR code on it to open the mobile version


Scan WeChat QR code

Follow us for more hot news

AdminSo Technical Support