I have a dropdown list. On selection of the list a value changes. But the value of the progress bar does not changes.
For example: On loading of page the value should be 415760 (100% full Progress bar)
On selection of 9, the value should be 300000 (72% of progress bar)
On selection of 11, the value should be 0 (0% of progress bar)
Here is the code: http://codepen.io/neonirav/pen/qlgCD
Thanks.