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

Hi First of all nice plugin. I enjoy it :) Is it possible to have multiple infinite scroll on one page? I'm using Laravel and I couldn't make it work.

Is there any example for button trigger ? I couldn't find it inside of documentation.

question

Hello, I am using jscroll on a search page in a laravel app and it doesn't work all the time. Sometimes jscroll doesn't load the second page, I can see...

question

I am including jscroll as follows: ``` $(document).ready(function(){ $('.scroll').jscroll({ autoTrigger: true, loadingHtml: '', padding: 0, nextSelector: '.pagination li.active + li a', contentSelector: 'div.infinite-scroll', callback: function() { $('ul.pagination').remove(); } }); });...

help wanted

… and autoTriggerLastFiredAt property to jScroll along with sensible defaults. I ran across the jScroll library in the wild... I noticed that particular implementation was a bit broken, from a...

Hey, I noticed that jscroll gets 288k hits per month on jsDelivr, so I thought you might like this badge.

suggestion

I need to add more parameters to link pointing to the next set of content defined by "nextSelector" after jscroll is already initialized. Any clue how can I update internally...

question

I think it would be worth adding to the documentation, both in the README and on the jscroll.com website, how you can detect if jscroll is being applied and how...

I want to add jscroll to a [Bootstrap modal](http://getbootstrap.com/javascript/#modals), however, I can't seem to find a way to implement it. Here is a JSFiddle I started: http://jsfiddle.net/DTcHh/33284/ What would the...

question

Fixes #38 Optionally define a callback function to be called after an AJAX failure occurs. This can be useful to clear the loading HTML.