jQuery not working in Internet Explorer 8 Mode of F12 Development Tools
Can anyone see why jQuery isn't working in IE8 mode (from F12 developer tools) on this page:
http://www.coolpersonalisedgifts.co.uk/products_customise_withpic.asp?varid=1001.
It works fine in IE9, all recent FF, Chrome etc. I need to get it working in IE8 because a lot of the people who visit the site are using XP with IE8.
If someone does look at it please be aware that it is a long page.
It doesn't seem that even the $(document).ready(function() is running because a simple alert placed in it doesn't come up. I've tried some of the fixes I've found (like making sure all script tags are type="text/JavaScript") but without success.
The very first part of inline script have window.addEventListener
. IE8 doesn't support addEventListener
.
我相信有jQuery 1.6.2和IE8的已知问题,请尝试使用更高版本的jQuery。
链接地址: http://www.djcxy.com/p/65952.html上一篇: Wordpress标题将不会在IE中显示