Closed thewebsitedev closed 10 years ago
you're welcome :)
well.. different classes / ids for progress
and progress-bar
. depends what you are needing.
maybe it's worth to checkout the official bootstrap styles:
https://github.com/twbs/bootstrap/blob/master/less/progress-bars.less
the different options are going hand in hand with individual classes / ids. these is no need for inline scripts.
will close this issue cause it's not directly related to this project.
Hello, first of all thank you so much for these great progress bars.
I would like to know what is the best way to include many progress bars on a single page each having different styles/options.
At the moment I am using inline javascript, is their a better way? something dynamic like using data attributes.