From: John Resig Date: Wed, 14 Jun 2006 20:05:06 +0000 (+0000) Subject: Adding in the brand new, working, IE DOM Ready code. Plus I made it such that if... X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=ba7ebaf70be4cc91d0b4114f35e4afdf11151ae1;hp=ba7ebaf70be4cc91d0b4114f35e4afdf11151ae1;p=jquery.git Adding in the brand new, working, IE DOM Ready code. Plus I made it such that if you bind a ready() function after the DOM has loaded, it will fire the function instantly. ---