IE7 compatibility
Closed this issue · 3 comments
CyrilW commented
The compatibility notes say that this works in IE7+. I've just checked the demo in IE Compatibility View, and the tabs do not function: they degrade as though Javascript is disabled. Is there a way to make it work in IE7, or is it not supported any more?
vdw commented
Hi, Tabslet supports IE7 +
However, demo page uses jQuery v2.0.2 which has dropped support for IE6, 7, 8.
FYI: http://blog.jquery.com/2012/06/28/jquery-core-version-1-9-and-beyond/
So, if you want to use Tabslet for IE7, 8 then just load jQuery v1.x.x not v2.x.x.
vdw commented
Also, check out the updated demo page, http://vdw.github.io/Tabslet/
CyrilW commented
Thanks!