You mean to execute JavaScript on page load?
$('document').addEvent('domready', function() {
//code here...
});On Mon, Oct 11, 2010 at 11:21 PM, Rainbow <[email protected]> wrote: > jQuery "$. Event.add (window," load ", function (){})", MooTools how > to achieve it?
