Sandy Thanks, I Found the problem, the problem is in my mootools.js, I used a mootools slide plugin and forgot that i merged it with the mootools.js. now whenever i remove my mootools.js or replace with other mootools library my script don't work.
Thanks! On Oct 5, 8:29 am, Sanford Whiteman <sa...@cypressintegrated.com> wrote: > > it works. I know it's not a good practice to load multiple JS > > frameworks but I just put it there just for debugging purposes. > > Perhaps the worst practice is to load multiple versions of the _same_ > framework and expect to have a reliable development experience... but > anyway. > > It's a certainty that having multiple MT is your problem. If I render > the same page with only MT 1.21, I see your noobSlide, your thumbnail > switcher, etc. working. Note globals.js has to be loaded after MT. > > -- Sandy