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
});
An Introduction to Genetic Algorithms
Melanie Mitchell / MIT Press / 1998-2-6 / USD 45.00
Genetic algorithms have been used in science and engineering as adaptive algorithms for solving practical problems and as computational models of natural evolutionary systems. This brief, accessible i......一起来看看 《An Introduction to Genetic Algorithms》 这本书的介绍吧!
