开发者

Is there a jQuery plugin for progress bar

开发者 https://www.devze.com 2022-12-15 15:09 出处:网络
Is there a jQuery plugin for a progress bar, such that the length of that bar depends on a number and as the number become smaller, the length becomes开发者_Go百科 shorter and vice versa?Sounds like a

Is there a jQuery plugin for a progress bar, such that the length of that bar depends on a number and as the number become smaller, the length becomes开发者_Go百科 shorter and vice versa?


Sounds like a progress bar. Include the relevant parts of JQuery UI, and simply do:

$("#progressbar").progressbar({ value: 42 });

This will turn a <div id="progressbar"></div> into a almost half (42 %) colored progress bar.


It's included in jqueryui http://jqueryui.com/demos/progressbar/


Have a look at this. It is a simple article that it will do what you want.

6 jQuery Chart Plugins For Your App presents 6 fully featured plug-ins.

0

精彩评论

暂无评论...
验证码 换一张
取 消