Hacker News new | ask | show | jobs
by bentlegen 5168 days ago
$(document).ready does "not wait until all other external content has been loaded". It fires when the DOM is fully parsed, irrespective of whether there are still images or iframes or other assets still loading.

http://stackoverflow.com/questions/4395780/difference-bw-onl...