Ok so i am using jQuery 1.5 and Google Data API library in one page, and the jQuery is not firing at all. Are they interfering with each other and if so how do i fix it?
multiple javascript libraries?
64 views Asked by nkcmr At
2
Ok so i am using jQuery 1.5 and Google Data API library in one page, and the jQuery is not firing at all. Are they interfering with each other and if so how do i fix it?
In addition to using noconflict() as Crayon suggested (which is a good answer, +1), you can also use jquery instead of the $ to make calls to jquery. So, for example...instead of...
you would do
This avoids any conflicts between other libraries that use the $.