views:

564

answers:

3

The documentation on the jQuery progressBar says that this UI widget is not suitable for displaying progress of indeterminate length.

It recommends one of two alternatives:
- an indeterminate progressBar, which is "coming soon".
- a spinner animation

I think a jQuery spinner is a textbox with up/down arrows to inc/dec the value. In other words, an input widget.

alt text

That can't be what the doc meant.

using jQuery, How do I display indeterminate progress?

+2  A: 

I guess this is not a jQuery question... it's just a matter of animation.

You'll probably be fine by displaying an animated image just like the ones available from e.g. Ajax Load

Patonza
+3  A: 

By spinner, I think they mean an animated graphic which endlessly loops, or spins. Like this: alt text

Ed Schembor
+3  A: 

More like:

Loading

or

Loading

tvanfosson