Zurb Foundation Equalizer Resize After Ajax
I ran into a problem with Foundation equalizer, I am trying to dynamically readjust div heights with equalizer after I change content with ajax. I searched Foundation documentation
Solution 1:
For Foundation 6 :
Foundation.reInit('equalizer');
More info in the doc : http://foundation.zurb.com/sites/docs/javascript.html#adding-plugins-after-page-load
Post a Comment for "Zurb Foundation Equalizer Resize After Ajax"