I’m working without the JavaScript framework, but I want to call a function just when the DOM is loaded.
I can’t/don’t want to use the attribute onload on the <body> tag.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is the code:
in IE frame, simply use onload
jQuery tunes the IE a little more (lots of code), but in my tests it runs just before onload event anyway.