Is it possible to have one jQuery ready block executed after all others have done so.
I have this in my master page ...
How about only you only registring one document.ready() on the master page, and then let that one execute the code based on a variable? This solution is not that elegant, but a search for JavaScript thread synchronization didn't really turn op anything.
You could change the code on the master page to:
And put this script in you page: