Hey there, I didn't test it out, but this should work (stolen from http://stackoverflow.com/questions/13331193/multiple-versions-of-jquery-on-the-same-page):
[code]<script type="text/javascript" src="jquery-1.1.3.js"></script> <script> $113 = jQuery.noConflict();</script> <script type="text/javascript" src="jquery-1.4.2.js"></script>[/code] So at first you have to load your own jQuery file $myJQuery = jQuery.noConflict() after that magnolia loads it's own jQuery. -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=687aba98-6829-4317-aad4-69a5923c63cc ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
