We have reference to jQuery 1.3.2 in the head of a page which we can’t change, and further down the page it calls jQuery 1.5.1.
Will it just override itself in the code further down or can there be potential conflicts?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will probably need to use the noConflict command:
http://api.jquery.com/jQuery.noConflict/
If you aren’t actually using the older version at all I would put this at the top directly after it is loaded (but before you load 1.5.1):