rediris / infrastrukt

Responsive WordPress starter theme built on @Zurb's Foundation 5 Framework
http://rediris.github.io/infrastrukt/
14 stars 3 forks source link

Minified "foundation.min.js" gives JS errors on IE8 #6

Closed Archie22is closed 10 years ago

Archie22is commented 10 years ago

Hi guys,

The current js currently contained within the theme gives errors on older versions of Internet Explorer (IE8 & 9).

Error: js error

I sorted the problem by using the latest uncompressed version of the foundation.js We can try fixing the script.

rediris commented 10 years ago

Archie, which version of jquery are you using with this? And are you also using jquery migrate?

rediris commented 10 years ago

Hi Archie, I just updated the JS to the latest via Foundation, and tested the minified version with jQuery 1.8.3 and 1.11.0 (along with jQuery migrate 1.2.1). I did not get any errors. Let me know if you're still getting errors under those conditions. Please be advised that jQuery 2.x will not support IE8 or earlier.

Archie22is commented 10 years ago

Thank you. It works like a charm...