minddust / bootstrap-progressbar

progressbar interactions for twitter bootstrap 2 & 3
www.minddust.com/project/bootstrap-progressbar
MIT License
577 stars 160 forks source link

What is the best way for including many progress bars on single page? #20

Closed thewebsitedev closed 10 years ago

thewebsitedev commented 10 years ago

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.

minddust commented 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.