I am using
document.observe("dom:loaded", function() {
...
});
to hook into the dom loaded event, but I'm finding that if the dom
loaded event has already fired my code is not executed. So I want to
test if the dom is already loaded so I know whether it immediately
execute or add this observe event. Is there a way to test if the dom
is already loaded?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.