Sometime I notice that jQuery conflicts with other file . What is best way to resolve it .
Or any idea or method for detect a particular file that create its.
Sometime I notice that jQuery conflicts with other file . What is best way to resolve it .
Or any idea or method for detect a particular file that create its.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh KumarPosted Nov 15, 2021, 3:43 AM
Sachin SinghPosted Nov 12, 2021, 6:24 AM
Srinivasan RamamoorthiPosted Nov 12, 2021, 5:09 AM
Srinivasan RamamoorthiPosted Nov 11, 2021, 12:01 PM
In order to avoid these conflicts, you need to put jQuery in no-conflict mode immediately after it is loaded onto the page and before you attempt to use jQuery in your page
https://learn.jquery.com/using-jquery-core/avoid-conflicts-other-libraries/#:~:text=Thus%2C%20if%20you%20are%20using,use%20jQuery%20in%20your%20page.