i got plugins using 3 different versions of jQuery on my site "1.7.1" "1.5.2" and "1.3.2". Got first 2 on my main page and theyre working just fine, but when i enter a site that uses the third one aswell, addons based on 1.7.1 and 1.5.2 stop working.
I did try adding jq132 = jQuery.noConflict(true); script, and then switching every $ in third app to jq132, but that doesnt seem to work. Any tips?
EDIT: i managed to cut out 1.5.2 and 1.3.2 versions, thanks for tips