Open annapetrai opened 7 years ago
If the content you want to initialize the scroll on is loaded via AJAX, then you need to be sure to initialize jScroll on the div after it has been loaded.
The div that I am using as the ajax container is used as the jscroll container after loading the content I called the jcroll but still not working.
When I click a filter it populates with ajax a div after the load function I call the jscroll function it seems that trough the debugger is called correctly but no result.
My solution promises and deffered objects.
Jscroll does not work when I load with ajax my content.Can the problem be that I am loading the link with the ajax results.I am trying to filter my results and send them via ajax request inside a div then I want to be able to scroll.