does jquery support showing the number inside the progressbar, like this:
views:
49answers:
2
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
2010-10-09 16:35:34
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
2010-10-09 16:36:07