0

my website just can't visit using ie. And the problem that appear in ie developer tools says that "

SCRIPT5: Access is denied.

jquery-1.8.3.min.js, line 2 character 69317

and i have tried this link SCRIPT5: Access Denied on IE9 due to jQuery.min CDN file in Wordpress

and tried using "development version" of JQuery but not success. and again also tried to use jquery version 1.8.1 full and mini version again not success.

any suggestion please?

Community
  • 1
  • 1
yas
  • 486
  • 1
  • 8
  • 23

1 Answers1

0

I found the solution. this is because somewhere on my page I got another JavaScript registered and that js file is getting me problem.

sorry to bother to you all.

yas
  • 486
  • 1
  • 8
  • 23
  • I'm getting this exact issue but when you say Javascript do you mean you were loading in another version of jquery so there were two versions of jquery? or did you mean other scripts that were reliant on jquery? – egr103 Oct 20 '15 at 12:45