fab_ulus
fab_ulus

Reputation: 79

Slideshow not working in IE10

I have a slideshow made with JQuery(external), a modified Mootools and a modified Lightbox. It works like a charm on all tested browsers except IE10 (maybe 9 as well).

IE10 gives me the error:

Script5022: InvalidCharacterError mootools.js, line 15 character 20608

The Mootools file is minified and I have no clue about javascript so it is hopeless for me to fix it. I don't know where to start with it and it's too much code to post here. All of the files are linked above and here is the page itself.

Upvotes: 0

Views: 690

Answers (1)

fab_ulus
fab_ulus

Reputation: 79

Ok, I did it with a simple

<meta http-equiv="X-UA-Compatible" content="IE=8" />

works fine for me...

Upvotes: 2

Related Questions