This is most likely already a question somewhere, but I cannot find it, as EVERY single search turns up jQuery questions. I’m looking for a proven method to bind to the document being ready, much like jQuery’s $(document).ready(). However, this is for a “modern browser only” page, with very light javascript, and I’d like to avoid loading jQuery here. Would