javascript - zurb foundation and events on ajax loaded content -
i wondering if there possibility reinitialize foundation after content changed ajax.
in case trying reinitialize foundations abide form validation on form passed ajax call.
i tried call $(document).foundation()
should reinit javascript ...
nice, found out how reinitialize abide validation on form
just call
$(document).foundation('abide','events');
Comments
Post a Comment