[jQuery] How can i write js equals to $('document').ready()?

[jQuery] How can i write js equals to $('document').ready()?


Hi
I am using jquery, but in some pages I cannot use it but I need to
write js code like:
$('document').ready(myInitFunction)
How can i write js to do this work? is it document.onLoad() event?
thanks!