AJAX Page Download progress

As far as I know, the $.ajax() function has no support for “bytes loaded”. It only has start and complete events, no progress event.

I found this thread detailing an attempt, but apparently the code works in several browsers but not IE. The suggestion they make is to show progress in other browsers, and a simple “loading…” message for IE.

Do note that there are several similar discussions on the same site, so browse the left panel for other methods.

Leave a Comment