Skip to navigation
Test foundation progress bar
21.03.16
test foundation progress bar
function test_meter() { var w = 0; var id = setInterval(frame, 10); var e = jQuery('.meter'); function frame() { if (w >= 100) { clearInterval(id); } w++; console.log(w); e.css('width',w+'%'); } }
http://foundation.zurb.com/sites/docs/progress-bar.html
Reply
Anonymous
Information Epoch 1740161077
Use lower case and keep it short.
Home
Notebook
Contact us