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
Currently you can do something like this:
Then, use jQuery as $j() and Prototype's $().
$j()
$()