弹力效果进度条 ElasticProgress

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-03 17:59:30

软件介绍

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);
}

Elastic Progress

本文地址:https://codercto.com/soft/d/22588.html

Rationality for Mortals

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》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器