Jump to content

window.addEvent() is not a function


dhvani

Recommended Posts

Can you show the rest of the javascript code.

 

It looks like you are using mootools for this one. I do notice that the curly brackets {}  shoud be behind the parentheses ( )

 

change:

window.addEvent('domready',function({}));

to:

window.addEvent('domready',function(){
  // your domready code here
});

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.