samsono / Easy-Responsive-Tabs-to-Accordion

Easy responsive tabs - is a lightweight jQuery plugin which optimizes normal horizontal or vertical tabs to accordion on multi devices like: web, tablets, Mobile (IPad & IPhone). This plugin adapts the screen size and changes its action accordingly.
Other
604 stars 259 forks source link

Not working on IE8 and 9 #66

Open GH-Lanks opened 9 years ago

GH-Lanks commented 9 years ago

The plugin is not working on IE8 and 9 (maybe 7) whereas it is said in the Features : Cross browser compatibility (IE7+, Chrome, Firefox, Safari and Opera)

I made my tests on the official demo : http://webthemez.com/demo/easy-responsive-tabs/Index.html

Any advices ? Thx

tilt-me commented 9 years ago

Hi, it works on IE9 if you enable the web developer tools (pressing F12). Probably there's a console.log in the code, and IE9 without F12 enabled throws an error (can't find a console).

Maybe it's just a matter of missing console.log wrapper, for example: http://www.paulirish.com/2009/log-a-lightweight-wrapper-for-consolelog/

When you implement the plugin in your code it should work fine ;) Bye!

Sensiblemnd commented 8 years ago

Line 173 has the console.log('here')