You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(function(){'use strict';InstantClick.on('change',function(){$('#container').infinitescroll('destroy');$('#container').infinitescroll({nextSelector: "a.next-page",navSelector: ".pagination",itemSelector: ".item",},function(data){console.log('Reload instantclick');InstantClick.init();// With this the page start load via instant click, but then is loaded normally});});InstantClick.init();})();
Thanks!
The text was updated successfully, but these errors were encountered:
I am using infinite-scroll jquery plugin. Instantclick stop working after infinite-scroll load more pages.
I try in different way but can't find a solution. Instantclick stop work and I can't even re-init again in callback of infinite-scroll.
I don't find anything here http://reed.github.io/turbolinks-compatibility/
This is semplified version of my code:
Thanks!
The text was updated successfully, but these errors were encountered: