This entry was posted on Wednesday, February 11th, 2009 at 5:58 am and is filed under development, howto. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Thanks for all the comments and feedback! By popular request i’ve added the multi-colored progress bar and fixed some bugs. The new multi-colored bar changes from red to orange and then to green at configurable intervals. Check out the demo!
Since the last update this endeavour has seen comments claiming that it works and sometimes that it doesnt. I’ve tested the demo across Safari, Opera, IE6/7, Firefox and Chrome. Havent found any problem. For those of you who have problems, please do email me the problem.
Download the new jQuery progressbar here: jQuery progressbar
or view the demo here
read users' comments (11)
11 Responses to “JQuery Progress Bar 1.2”
Leave a Reply
Most Popular
- HOWTO: PHP and jQuery upload progress bar (56)
- JQuery Progress Bar 1.1 (53)
- Howto: Repackageable custom extension development in Magento - Part 2 - Admin Controller (25)
- JQuery Progress Bar 2.0 (21)
- Howto: Repackageable custom extension development in Magento - Part 8 - CRUD - Update (18)
- HOWTO: struts 2 i18n (16)
- Howto: Repackageable custom extension development in Magento (12)
- JQuery Progress Bar 1.2 (11)
- Howto: Repackageable custom extension development in Magento - Part 9 - Frontend - List (10)
- Howto: Repackageable custom extension development in Magento - Part 3 - Database (9)
Recent Comments
- Karen: Great work around-thank you!!
- Sheldon: awesome possum!
- cmstop里所使用的有用的jquery插件 » Terry's Blog: [...] http://t.wits.sg/jquery-progress-bar/ 这篇日志的 t.cn [...]
- Lakshyami: Hi, Thank you very much for
- New site feature: User Poll « TechnoStripe: [...] progress bar used to
- seo agentur: @Krish Why do you need to
- 2kai: Hi Aromal, you need to flush
- Rob Rasner Magic Castle: I love what you guys
- รับทำเว็บไซต์: Thx for this. Nice and
- Lexus: ESxtYC I'm not easily impressed.
Latest Entries
- SD in the Community: Product Management Panel Recap
- Mac OS X and Ricoh Aficio C2051 - Making Printing "Just Work"
- How to impress your recruiter
- Thoughts on Attracting the attention of the Best Hires
- The Greg Syndrome
- The Parental Manager
- Attack of the Facebook Harvesters
- jQuery Progress Bar Configuration
- Extracting email addresses from inbox
- 10 Good (Free and Legal) Source for Photos and Images

June 12th, 2010 at 2:53 am
After the progress bar crashed, I checked the source code and find this line is not execute successful:
(version:1.2 line:150) “config.running_value += config.increment;”
the config.running_value can be 0 in string format, if the code execute, the value of config.running_value will “03″ (if config.increment is 3), so I change this line to
“config.running_value = parseInt(config.running_value) + parseInt(config.increment);”, it runs ok now.
June 11th, 2009 at 12:52 am
Hi Mr. Toe,
Thanks for creating such a simple plugin.
I am currently developing a web application which use jQuery and your plugin (Progress Bar). I am wondering what licences are binded to your plugin? Since it is not stated in the js file. I would have to get your permission to use it. For example, if it is MIT licence, then it will be great. Can you inform of your plugin’s licence terms.
I am looking forward to receiving your reply soon.
Regards,
Dixon
April 12th, 2009 at 3:17 pm
Nice plugin! But I am having a big problem, when I make a progress bar for long time, like hours, I get 100% of my CPU bacause the call x.progressbar(percentage). I believe this method create a prototype, doesn’t it?
There is a way to get a reference of that object and use it only?
Thanks in advance!
April 3rd, 2009 at 7:22 am
Works great. I was just wondering what the speed config is, I’ve changed it between 1 and 400 and the speed still seems pretty much the same (i dunno, maybe my browser is caching the js file). It would be great if it went a bit slower so it looked as if it was a continuous process (rather than based upon intermediate ajax calls). Great job anyway. Cheers.
March 27th, 2009 at 9:13 pm
Bug in safari, when the progress is hidden inside an iframe, and you try to add a bar image, it falls back to the config.default.
March 25th, 2009 at 12:21 pm
Such a pretty blog!
February 26th, 2009 at 9:06 am
where is the file upload code ??
February 25th, 2009 at 4:03 pm
Hi, the progressbar don’t work with safari (v.3.2.2) and opera (v.9.63).
February 24th, 2009 at 5:26 pm
jquery.progressbar.1.1.zip == jquery.progressbar.1.2.zip
February 22nd, 2009 at 6:04 am
[...] JQuery Progress Bar 1.2 (tags: jquery javascript progress) [...]
February 13th, 2009 at 9:11 am
good