javascript - Ajax page reloading + Foundation -


i have issue website:

http://td.lbmedia.pl

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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -