You should use:
Code:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
But if you have jquery-1.2.2, that means that you either are using an older version of one of the scripts, or forgot to remove the reference to jquery-1.2.2 when you upgraded one of the scripts or that you have yet a third script using jquery-1.2.2 - I can't really tell without seeing the page. Though you should know. If you are using an older version of either or both of the scripts, upgrade to the most recent versions. If there is another (third) script that actually needs jquery-1.2.2, it may be difficult though not impossible to work things out.
Most likely though one or the other of the two scripts is out of date. If so, simply remove the reference to jquery-1.2.2 and upgrade the out of date script. The reference to jquery/1.3.2/jquery.min.js should come before both scripts in the head.
Once again, if you want more help:
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks