Skip to content

Commit

Permalink
How to add more parameters to link pointing
Browse files Browse the repository at this point in the history
pklauzinski#146

How to add more parameters to link pointing to the next set of content pklauzinski#146
  • Loading branch information
almas-786 authored Feb 9, 2021
1 parent ca9d315 commit d4b8cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jquery.jscroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
_load = function() {
var $inner = $e.find('div.jscroll-inner').first(),
data = $e.data('jscroll');

data.nextHref = $(_options.nextSelector).attr('href');
data.waiting = true;
$inner.append('<div class="jscroll-added" />')
.children('.jscroll-added').last()
Expand Down Expand Up @@ -224,4 +224,4 @@
});
};

})(jQuery);
})(jQuery);

0 comments on commit d4b8cbe

Please sign in to comment.