I have no link but used that approach for plazes.com. The only pitfall I came across is that some plugin's (in my case the datepicker) internally use the ready event, which can cause some troubles.
Apart from that, perceived page loading/rendering was much much faster, especially since I put Google Maps loading at the very end. --Klaus On 14 Nov., 01:28, decostop <[EMAIL PROTECTED]> wrote: > Anyone have a link to some good info on or an experience based opinion > on what risks I might face if I were to do my event binding at the > bottom of my html instead of in the DOM ready? > > Not pretty but the objective would be to get the events working when > the page is loaded, but right before some slow 3rd party JS which > delays the DOM from being considered ready.