jquery-jscroll

Filtering ajax content with jscroll


I am using bootstrap filters and I load the whole ajax response to a div.It contains the link to the next page for jscroll.However its not working it does not load.When I first enter my page it works perfectly.


Solution

  • My solution after the Ajax has finished set jscroll data tou null, $(container). data('jscroll', null) it should work perfectly. After that you call jscroll again with your parameters.