I\'ll keep this simple.... on my product pages I need to remove the prototype.js file and replace it with the latest version of prototype. So far using local.xml I have successf
jquery conflict with Prototype in magento:
Simplest solution is to add at the end of your main jquery file.
jQuery.noConflict();
Or create your custom js file and add this line and also include this file after main js.