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

I want to get the script tag. How do i get that? This does not include the script tags.

``` $( document ).ready(function() { $('.mountakhab .load-section').jscroll({ debug : true, nextSelector: '.mountakhab-link a', contentSelector: '.category-articles-list' }); $('.botola-pro .load-section').jscroll({ debug : true, nextSelector: '.botola-pro-link a', contentSelector: '.category-articles-list' }); }); ``` When...

Using jquery 3.2.0, jquery-migrate 3.0.0, and jscroll 2.3.7 Warning: `jQuery.fn.unbind() is deprecated`

refactor

When i create page with jsscroll, all is work fine but when scroll is loading next autotrigger althought i'm not scroll to bottom of div call jsscroll http://prntscr.com/eobqgf

#I miss the possibility to override or parametrize the append into document function. If my response is a JSON, I can't use this plugin for my needs. I would like...

enhancement
question

I have implemented jquery jscroll on first page load all data is showing perfectly with the perfect respective animation but on 2nd data set animations are not working. What I...

I have code it in MVC .net but problem is that It automatically goes to infinite loop without scrolling it starts loading recklessly without moving to the bottom of the...

Hi, this is a convenient, small and exquisite plugin.But i get some issues here. First,i want to set multiple jscrolls within a tab plugin, there is only one jscoll instance...

bug

I'm getting this error in the console with debug on. `jScroll: nextSelector not found - destroying jscroll.jquery.min.js:15 Uncaught TypeError: Object function (c){return this.each(function(){var f=b(this),e=f.data("jscroll");if(e&&e.initialized){return}var d=new a(f,c)})} has no method 'destroy'`

bug

First of all, I would like to say thank you for all your hard work, the plugin is great, but how can I submit post variables to the next href...

question