Make jQuery work on the same page with Mootools and or Prototype
Some conflicts appear when using jQuery javascript library with Motools or Prototype on the same page. A workaround is using noConflict mode for jQuery.
Follow these steps:
1. Download the latest version of jQuery
2. Download jQuery compat
3. Open jquery.js, go to the end of the file and add this line jQuery.noConflict();


