Hey All! I'm using getJSON to do some cross domain long polling. getJSON calls a PHP script (running lighttpd) and the PHP script waits until a new message is there, then sends the data out to the waiting getJSON request.
All works well, but the browser "throbber" keeps spinning while waiting for getJSON to return! Any idea of how to workaround the constant spinning? Regards, Brian