Skip to content

Commit

Permalink
Merge pull request #1 from almas-786/almas-786-patch-1
Browse files Browse the repository at this point in the history
How to add more parameters to link pointing
  • Loading branch information
almas-786 authored Feb 26, 2021
2 parents ca9d315 + d4b8cbe commit 7b22eee
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 7b22eee

Please sign in to comment.