jscroll icon indicating copy to clipboard operation
jscroll copied to clipboard

Can't get 2 jscroll working

Open kad333r opened this issue 8 years ago • 0 comments

$( 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 the first termined jscroll is destroyed Firebug : jquery.jscroll.js:195 jScroll: nextSelector not found - destroying

kad333r avatar Jun 12 '17 16:06 kad333r