Do we need to change anything in main jquery library ever to use jquery noconflict? -
Do we ever need to change anything in the main jquery library to use jquery noconflict?
You do not have to change jquery lib automatically, but you have to change your code using jquery. Instead of $ ('# myid') you need to use jQuery ('# myid') ).
For more information on noconflict mode, go to
Comments
Post a Comment