I am in the process to move from Prototype to jQuery.
As a first step, I am using both libraries, using $j=jQuery.noConflict();
It works well in all browsers I have tried so far, but if I open Firebug, Firefox crashes when the page load.
Did you hear about similar problems ? How can I check what goes on with Firebug ?
Problem solved by updating to Firefox 17.0.1.
As the problem was reproductible, I guess it was a bug somewhere… But has been corrected somehow.