Posted by Eric Polerecky in JavaScript, mootools, prototypeNov 12th, 2008 | No Comments
Just a quick reminder, both Prototype and Mootools extend (er um…’prototype’) the JavaScript core language. As such they can’t be used together.
For example, you cant have FancyUpdate2 (based on Mootools) and TableSort (based on prototype) on the same page…and if you include JS in your header or masterpage like you should…you probably can’t get them to run in the same site..