Is it possible to have one jQuery ready block executed after all others have done so.
I have this in my master page ...
$(window).load() function fires after the $(document).ready()
$(window).load()
$(document).ready()