html - How to implement Jquery noconflict -


i keep getting uncaught type errors masonry on this site

uncaught typeerror: cannot call method 'apply' of undefined  

this happens when scale browser down.

i'm not sure how implement

jquery.noconflict(); 

and solve problem?

the way normally, make copy of jquery file - example: jquery-1.9.1.noconflict.js , append jquery.noconflict(); @ end of file run before else has chance run.

after use jquery instead of $ alias call everything. have had success using method, in conflicts prototype, should work conflicts other libraries too.


Comments