我使用這個jQuery插件稱爲簡單的圓形加載條與百分比 - 肩http://www.jqueryscript.net/rotator/Simple-jQuery-Circular-Loading-Bar-with-Percentage-Rotator.html循環加載條
我怎麼可以添加更多的div
這裏是一個的jsfiddle例子 - http://jsfiddle.net/fegvc5h8/
$(window).load(function() {
$("#rotator").rotator({
starting: 0,
ending: 100,
percentage: true,
color: 'green',
lineWidth: 7,
timer: 10,
radius: 40,
fontStyle: 'Calibri',
fontSize: '20pt',
fontColor: 'darkblue',
backgroundColor: 'lightgray',
callback: function() {}
});
});
這裏是代碼
不太清楚你的意思是「我怎麼可以添加更多的div」。你能否解釋一下你想要完成的事情? – Scottie 2014-09-29 21:31:46
這是什麼問題? – 2014-09-29 21:32:02
你想添加什麼,更多的加載酒吧?或點擊按百分比填充加載欄... – 2014-09-29 21:36:25