Reputation: 2065
That's rather strange combination, but anyway: 1. Two jQuery work together fine in Chrome, Firefox and so on, using noConflict(). 2. Bug was found in IE8: jquery 1.6.2 raises the error, which is shown in IE debugger (F12) as jquery null or not an object
problem code (highlighted by yellow color) is:
{if(jQuery.inArray(curID,curArr)==-1)
what am I doing wrong and how to fix it ?
Upvotes: 0
Views: 872
Reputation: 637
You have no reason to have two jQuery libraries, there will be conflicts. If you need to upgrade try using JQuery migrate.
Upvotes: 1