Doesn’t work in IE or Chrome
-
The plugin is awesome and works great on Firefox. Incredibly amazed by it. I did run into one glitch. In IE and Chrome it would not work. It was pulling an error like
Syntax error, unrecognized expression:
[data-‘Times New Roman...
I was able to get it working by overwriting foundation.js on the line 414
————
this.global.namespace = ( namespace === undefined || /false/i.test(namespace) ) ? '' : namespace;
————
with
————
this.global.namespace = '';
————
I am not sure if this has something to do with my site in particular or if there is an issue with foundation. Thought you might want to know.
Regardless, I wanted to say thank you for this amazing plugin.
- The topic ‘Doesn’t work in IE or Chrome’ is closed to new replies.