EasyUI - Progressbar 进度条控件

效果:

 

html代码:

<div id="p" style="width:400px;"></div>

 

JS代码:

$(function () {
    $('#p').progressbar({
        value: 60
    });
})

 

posted on 2015-10-10 22:35  ultrastrong  阅读(282)  评论(0编辑  收藏  举报