jQuery-paged-scroll
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://dimaxweb.github.io/jquery-paged-scroll/
- 软件文档: https://github.com/dimaxweb/jquery-paged-scroll
软件介绍
jQuery-paged-scroll 是一个仿照 Facebook 的支持无限滚动的 jQuery 插件。
示例代码:
$(window).paged_scroll({
handleScroll:function (page,container,doneCallback) {
yourLogic.getData(function(data){
var html = yourLogic.parseData(data);
$('#element').append(html);
});
},
triggerFromBottom:'10px',
targetElement : $('#element')
loader:'<div class="loader">Loading next page ...</div>',
pagesToScroll: yourLogic.totalNumberOfPages
});
网络江湖三十六计
程苓峰,王晶 / 经济日报出版社 / 2009-6 / 40.00元
《网络江湖三十六计》内容简介:貌合神离:卖个破绽给对手,让他尝到甜头,自认为可安枕无忧,往往就松懈大意。于是,自己蓄力并反击的机会就来了。诱敌就是“貌合”,暗地发力就是“神离”。一起来看看 《网络江湖三十六计》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
html转js在线工具
html转js在线工具
