javascript进度条

项目地址

设置进度:

 

接口:

//初始化进度
var bar = new progressBar({width:600,height:20,progress:50,contentId:"progress"});
bar.show();

//设置进度
bar.setProgress(num);

 

参考资料: 

CSS For Bar Graphs: Examples 

Creating a graph using percentage background images 

 

posted @ 2009-03-04 16:38  王祥 @ dot net 驿站  阅读(435)  评论(1编辑  收藏  举报