进度条插件 Scrollgress
- 授权协议: MIT
- 开发语言: HTML/CSS
- 操作系统: 跨平台
- 软件首页: https://github.com/michael-lynch/scrollgress
软件介绍
Scrollgress 是一个简单轻量级的 jQuery 插件,它能在页面顶端显示一个进度条,并且不随页面的滚动而改变位置。
示例代码:
$(function() {
$('.post').scrollgress({
height: '10px',
color: '#990000',
success: function() {
console.log('Scrollgress has been initiated.');
}
});
});Artificial Intelligence
Stuart Russell、Peter Norvig / Pearson / 2009-12-11 / USD 195.00
The long-anticipated revision of this #1 selling book offers the most comprehensive, state of the art introduction to the theory and practice of artificial intelligence for modern applications. Intell......一起来看看 《Artificial Intelligence》 这本书的介绍吧!
