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 supportaddEventListener.