Javascript Uncaught ReferenceError: Class is not defined

前提是你 提交于 2019-12-11 10:19:44

问题


I am trying to implement a moving photo slider that is no jQuery , it uses moo tools

I want a slider like this guy http://mahusay-fbt.blogspot.com/

So I got that piece of code that is specifically designed for blogger here bit.ly/chXo9Q

I implemented it on my dummy blog and it ain't working

This is the error i get

Uncaught SyntaxError: Unexpected number
hacktheplanets.blogspot.com/:1380 Uncaught ReferenceError: Class is not defined

hacktheplanets.blogspot.com/:1657 Uncaught TypeError: Object [object DOMWindow] has no method 'addEvent' 

I have no idea where I went wrong and I need help


回答1:


Your packed version of mootools is not quite right. You should replace it.



来源:https://stackoverflow.com/questions/6275515/javascript-uncaught-referenceerror-class-is-not-defined

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!