Overlib.js not working in Internet Explorer 10 (IE 10)
The overlib.js fail to work in IE 10. The error that is usually thrown in the console is "SCRIPT5007: Unable to get property '1' of undefined or null reference " I investigated and found that the code simply considers the browser version to be only 1 digit. So, when we use IE 10, this does not match. There is a simple solution though.
Comments