beanymanuk Posted January 14, 2013 Share Posted January 14, 2013 Hi I am having a conflict with these two jquery libraries I have tried noConflict but that has not worked. Jquery 1.4.2 and Jquery 1.8.3 conflict On suggestions on what I can do or where I can look to fix this issue? Quote Link to comment Share on other sites More sharing options...
kjetterman Posted January 14, 2013 Share Posted January 14, 2013 Did you try jQuery noconflict(); ? http://api.jquery.com/jQuery.noConflict/ Quote Link to comment Share on other sites More sharing options...
kicken Posted January 14, 2013 Share Posted January 14, 2013 Don't try and use two different versions of jQuery. Pick one and stick with it. I'd suggest using the newest version. If you have some old code that doesn't work under the newest jQuery, look into updating that code to be compatible. Quote Link to comment Share on other sites More sharing options...
beanymanuk Posted January 15, 2013 Author Share Posted January 15, 2013 Thanks for your help yeah I tried jQuery noconflict(); but that didn't fix the issues I'm experiencing. I will try and upgrade everything to the newest version if I can but it may prove difficult as it was created by an integration team. Is there anyway I can easily find functions that are broken due to incompatibility issues as I've got alot of code to sift through? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.