[jQuery] Using multiple versions of jQuery on the same page
<span style="font-family: trebuchet ms;">We are making a jQuery+stuff script that will go on lots of random pages with unknown libraries.</span><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">
Some of those pages will have jQuery. (Various versions)</span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">If I am including our script last; what is the best way to make sure our script doesn't interfere with any of the existing page, including old versions of jQuery.
</span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">Solution #1: We renamed </span><span style="font-weight: bold; font-family: trebuchet ms;">jQuery
</span><span style="font-family: trebuchet ms;">in our script everywhere to be </span><span style="font-weight: bold; font-family: trebuchet ms;">veryjQuery</span><span style="font-family: trebuchet ms;">. </span><br style="font-family: trebuchet ms;">
<span style="font-family: trebuchet ms;">Solution #2: ???</span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">Note: Solution #1 solved the problem, but feels invasive. Is there a noconflict() way to do this?
</span><br style="font-family: trebuchet ms;"><br style="font-family: trebuchet ms;"><span style="font-family: trebuchet ms;">Glen</span>