can I run 2 different jQuery versions on the same website and avoid conflicts ?
please don’t ask me why.. it is a long story.
Thanks!
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.
Your html knows only know what you tell it, so if you have something like this in your HEAD section
instead of the below on a given page in your website there shouldn’t be a problem.
However, I would not try to reference both versions from any given page as I would expect that to invite method name collisions…