弹力效果进度条 ElasticProgress
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/codrops/ElasticProgress
软件介绍
ElasticProgress 可以创建一个有弹力效果的进度条。
示例代码:
var progress=new ElasticProgress('.Upload', { // ...
onClick:function(){
progress.open();
}
});function theFunctionYouAreUsingToCheckProgress(){ // ...
progress.setValue(value);
}// with jQuery$(".Upload").ElasticProgress({ // ...
onClick:function(){
$(this).ElasticProgress('open');
}
});function theFunctionYouAreUsingToCheckProgress(){ // ...
$(".Upload").ElasticProgress('setValue',value);
}Rationality for Mortals
Gerd Gigerenzer / Oxford University Press, USA / 2008-05-02 / USD 65.00
Gerd Gigerenzer's influential work examines the rationality of individuals not from the perspective of logic or probability, but from the point of view of adaptation to the real world of human behavio......一起来看看 《Rationality for Mortals》 这本书的介绍吧!
