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

Popular posts from this blog

oracle - The fastest way to check if some records in a database table? -

php - multilevel menu with multilevel array -

jQuery UI: Datepicker month format -