History
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/history
软件介绍
Plugin is for Ajax-driven pages to have back/forward navigation and to allow bookmarking.
Sample code:
function callback(hash)
{
// do stuff that loads page content based on hash variable
}
$(document).ready(function() {
$.history.init(callback);
$("a[@rel='history']").click(function(){
$.history.load(this.href.replace(/^.*#/, ''));
return false;
});
});Once Upon an Algorithm
Martin Erwig / MIT Press / 2017-9-8 / GBP 22.95
How Hansel and Gretel, Sherlock Holmes, the movie Groundhog Day, Harry Potter, and other familiar stories illustrate the concepts of computing. Picture a computer scientist, staring at a screen and......一起来看看 《Once Upon an Algorithm》 这本书的介绍吧!
