Several of my pages use both JQuery and Protoype. Since I upgraded to version 1.3 of JQuery this appears to be causing problems, because both libraries define a function nam
You need to load it in your public/javascript/application.js
public/javascript/application.js
jQuery.noConflict(); var $j = jQuery;
This is also a good article that may be helpful.
JQuery & Prototype working together