javascript - Ajax page reloading + Foundation -
i have issue website:
after clicking on menu's link page smoothly reloads using ajax but... foundation javascripts going down. can suggest me problem?
the issue event handlers being destroyed after ajax page load, 1 way solve issue (since couldn't find documentation plugin) using global ajax event handlers
$( document ).ajaxcomplete(function() { $(document).foundation(); });
Comments
Post a Comment