Do we need to change anything in main jquery library ever to use jquery noconflict?
Share
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 don’t have to change the jquery lib itself but you have to change your code using jquery. Instead of $(‘#myid’) you have to use jQuery(‘#myid’) then.
For more information on the noconflict mode visit http://docs.jquery.com/Using_jQuery_with_Other_Libraries