Does this take the place of the custom ready event in most javascript libraries (i.e. $.ready(function(){...}) from jquery)?hunlock.com wrote:By adding a defer attribute to your <script> tag you are telling the browser that it can wait until it's done setting up the rest of the page before doing anything with the Javascript block...
My only other question is, does it work cross-browser; how's the support for it?
Interesting, what are your thoughts?