-
NEW
-
Foundation.reinit() doesn't work when IE's BACK button is clicked
By torijinsir
I am having problem where IE edge and 11 doesn't reinit equalizer when user click browser's back button. Any idea how to solve this?
-
NEW
-
What other javascript Equalizer requires??
By torijinsir
Your documentation says Equalizer only requires foundation.core.js, but it's not working. I am sure other javascript component is required. Can someone tell me the trick please?
Another note, if you are using css3 for the element with data-equalizer-watch, you may want to remove the css transition or delay foundation's init so they don't get miss match. This happens to me when I change orientation of screen and init is executed before css transition finish and get a wrong height to elements.