Wednesday, March 7, 2012

Prototype document.ready equivalent


 Event.observe(window, 'load', function() { 
 //do your stuff here
});

No comments:

Post a Comment