jscroll icon indicating copy to clipboard operation
jscroll copied to clipboard

I am loading with ajax the link that i want to use for jscroll .

Open annapetrai opened this issue 7 years ago • 4 comments

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.

annapetrai avatar Aug 21 '17 12:08 annapetrai

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.

pklauzinski avatar Aug 21 '17 18:08 pklauzinski

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.

annapetrai avatar Aug 22 '17 07:08 annapetrai

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.

annapetrai avatar Aug 22 '17 07:08 annapetrai

My solution promises and deffered objects.

annapetrai avatar Aug 22 '17 07:08 annapetrai