Circular progress indicator with jQuery

newbie picture newbie · Oct 10, 2010 · Viewed 60.6k times · Source

I need circular progress indicator. How should I implement this?

What I'm looking for is what jQuery UI has in their planning page, but its not yet implemented. I'm just curious if anyone has implemented this before. See item 6 in following image.

alt text

http://wiki.jqueryui.com/ProgressIndicator

Answer

mpen picture mpen · Oct 10, 2010

Like, one of these? You don't need a plugin for that. Just .show() and .hide() a GIF as necessary (or insert it into the DOM, whatever floats your boat).