/ Published in: JavaScript
Runs JS after DOM load.
Works since Prototype Version 1.6.0
Works since Prototype Version 1.6.0
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
document.observe("dom:loaded", function() { // your functions });