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

objective c - iPhone and it's wireless area -

unix - Listing all shared memory segments used by a process on AIX5.3+ -

tsql - Correct sql/hql query (aggregate in where clause) -