 |
$(document).ready and window.onload() difference - jQuery Forum
You can use the document.ready event if you want to intervene "early" in the rendering process, without waiting for the images to load. If you need the images (or any other "content") ready before your script "does something", you need to wait until windo
forum.jquery.com |
 |