Eugene Shmorgun
Eugene Shmorgun

Reputation: 2065

jQuery 1.6.2, jquery 1.10.2 and IE 8.0 - jQuery null or not an object

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

Answers (1)

Ammi J Embry
Ammi J Embry

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

Related Questions