Closed robnero closed 11 years ago
I love the vertical progress bar. Is it possible to render the progress after the page loads, automatically, without a click to trigger?
Thank you!
sure!
$(document).ready(function() { $('.progress-bar').progressbar(); });
I love the vertical progress bar. Is it possible to render the progress after the page loads, automatically, without a click to trigger?
Thank you!