foundation-equalizer

Foundation 6 (6.2.3) Equalizer stops working when I try to use optional configurations

╄→尐↘猪︶ㄣ 提交于 2019-12-13 20:07:18
问题 I've got a site that relies on foundation. Everything works great, until I add the optional javascript configurations documented here. Specifically: equalize_on_stack: false That give me this error: foundation.js:1 Uncaught TypeError: We're sorry, object is not a valid parameter. You must use a string representing the method you wish to invoke. This is in my footer file: $(document).ready(function(){ $(document).foundation({ equalizer : { equalize_on_stack: false, } }); }); And the elements I