I need to get the header information from a JQuery load call before the page finishes loading.
Background information, I am using load() to load content into a portion of the page, however when the connection is slow it appears that the system is "froze" when it hasn't.
solution : Get the file size from the file being loaded before it is loaded and showing a status bar on screen showing how quickly it is loading.
Any suggestions?