Hi,
I use JA_Anion template and I get an error when i try to load jquery with Mega Menu.
In Firebug console i get this error: “this.menu.getElements is not a function”
The error comes from mega.js somewhere in this line:
this.childopen=[];this.imgloaded=false;this.loaded=false;this.prepare();},prepare:function(){var imgElms=this.menu.getElements(‘img’);if(imgElms.length&&!this.imgloaded){var imgSrcs=[];imgElms.each(function(image){imgSrcs.push(image.src)});new Asset.images(imgSrcs,{onComplete:function(){this.start();}.bind(this)});this.imgloaded=true;this.start.delay(3000,this);}else{this.start();}},start:function(){if(this.loaded){return;}
If someone know about this, please help me as fast as possible,
Regards