So I have been scouring the internet for a solution as I and I'm sure all of you already know IE9 is never nice to js. I am a developer developing a RAGBRAI sport's team's website. I have a image slider that works in opera, chrome, firefox and safari. In IE9 however it completely fails and doesn't load the Javascript at all.
Does anyone have any suggestions perhaps? I figured the worst case scenario I can't fix it for IE9 and I can do an if statement to not display it for IE9 browsers.
your file : http://www.uiowa.edu/~osa/RAGBRAI/as...2.1-core-yc.js
detects IE by looking for window.ActiveXObject. IE9 has window.ActiveXObject, which fools the script into assuming that the older, janky, and no longer available IE methods should be used instead of "w3" methods.
looks like moo 1.3 is available, i'll bet that fixes it...
Bookmarks