$.load issues with webkit.
Here's my scenario.
I've created a PHP that will download files from a remote FTP server, and when you click the link starts navigating to that page which will let you download. Now this may take a LONG time, so I create a dialog that uses $.load() to run a script every three seconds to check the % of the file that's downloaded. This works fine in Firefox and IE, but when Webkit's navigating, any kind of Ajax query fails.
Does anybody have any idea on how to overcome this?