[jquery-ui] Static progress bar

2010-02-28 Thread Chris
Hi, Are there any static progress indicators out there? I've been googling for ages and only seem to find animated bars, mainly for upload use (e.g the progress bar at t.wits.sg). I'm simply after a way of having a bar show a % complete that doesn't animate. It is needed for a web app that hosts

[jquery-ui] Re: Static progress bar

2010-02-28 Thread Roman
This doesn't seem to require a Javascript library. The progress bar would be built on the server. You could use a div or span filled with a color depending on the percentage completed. Two divs is what I'd use -- one for the progress bar container and one for moving part with its width being

Re: [jquery-ui] Jquery Dialog and Cache?

2010-02-28 Thread arioss
Try to not using the same div for the dialog... I had the same problem too before . . . West415 wrote: Hi, I am using a a jquery dialog box and it works fine for the most part except I'm running into one problem. So here is the flow. 1. User clicks a hyperlink and dialog is opened