1
I’m trying to use these two scripts:
http://suprb.com/apps/gridalicious/js/jquery.grid-a-licious.js http://suprb.com/apps/gridalicious/js/jquery.fittext.js
But I use jQuery and Prorotype on the same page, and to avoid conflict between them I put this code $JQUERY = jQuery.noConflict();
Works ok, but I can not adapt these two scripts so that they use the $JQUERY
instead of $
.
How can I change them?