views:

49

answers:

2

does jquery support showing the number inside the progressbar, like this:

alt text

A: 

You may checkout this article. This is not currently implemented. You could try to implement it yourself by absolutely positioning the text and updating it when the progress changes.

Darin Dimitrov
A: 

If it isn't any official way, you can add it. Just inspect the generated code with FireBug on Mozzila, get the id/class of the container and add the numbers in there yourself.

I never used jQuery UI's progressbar so I can't do that right now, but I'm sure it's not hard...

Claudiu