/ Published in: JavaScript
Runs JS after DOM load. Works since Prototype Version 1.6.0
Expand |
Embed | Plain Text
document.observe("dom:loaded", function() { // your functions });
You need to login to post a comment.
Runs JS after DOM load. Works since Prototype Version 1.6.0
document.observe("dom:loaded", function() { // your functions });
You need to login to post a comment.