jscroll icon indicating copy to clipboard operation
jscroll copied to clipboard

An infinite scrolling plugin for jQuery.

Results 87 jscroll issues
Sort by recently updated
recently updated
newest added

Destroy function removes data jscroll from the window and not from the targeted element. I just put there this line: ``` $e.removeData('jscroll'); ``` to fix my issues. I could not...

bug

``` html Simple test to reproduce the results jquery :1.9.1 jscroll: v2.2.4 Page 1 Content here... next $('.scroll').jscroll({ loadingHtml: 'loading...', }); It will show loading... , if "loadingHtml" is a...

bug

Hi just wondering if there was a way of adding in a delay to stop the next load from firing again after one has just been fired. im having an...

enhancement

is it possible to have an option that defines the position in the dom where to add the response and remove the additional divs? I have a list and want...

enhancement

when load the next page error by some reason (eg:wifi is not available),how to callback or retry the xmlhttprequest?

enhancement

I've added a new "nextHrefAttribute" to the plugin, in order to be able to use html5 data attributes to store the next page url data. This allows to use elements...

I had an issue cause the first page was the only one. I used it because this page will grow fast. -To reproduce the problem use the tag without the...

I have little changed functionality of the handling when auto loading is triggered. Now you can specify the element where the height should be checked. The benefit of this change...

In my project, when I hide the scroll part, but it still load more things. Best regards Thanks!