I'm trying to use these two scripts:
But I use jQuery and Prorotype on the same page, and to avoid conflict between them I put this code $JQUERY = jQuery.noConflict();
It works fine, but I can not adapt these two scripts so they use $JQUERY
instead of $
.
How can I change them?