Is there a jQuery plugin for a progress bar, such that the length of that bar depends on a number and as the number become smaller, the length becomes shorter and vice versa?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sounds like a progress bar. Include the relevant parts of JQuery UI, and simply do:
This will turn a
<div id="progressbar"></div>into a almost half (42 %) colored progress bar.