When using jquery's load function, the page freezes until it has loaded.
How can I get around that?
I have a script that makes all links load through ajax, into a div in the page. I also made it so that it would make another div reload (the navigator).
Whilst this is going on, another script refreshes every now and then, reloading another div.
But if I stay on the page, and the one that refreshes every now and then 'reloads', the page shall freeze until it has loaded.
It's the same behaviour with the others too.