Skip to content

Commit d4b8cbe

Browse files
authored
How to add more parameters to link pointing
pklauzinski#146 How to add more parameters to link pointing to the next set of content pklauzinski#146
1 parent ca9d315 commit d4b8cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.jscroll.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
_load = function() {
148148
var $inner = $e.find('div.jscroll-inner').first(),
149149
data = $e.data('jscroll');
150-
150+
data.nextHref = $(_options.nextSelector).attr('href');
151151
data.waiting = true;
152152
$inner.append('<div class="jscroll-added" />')
153153
.children('.jscroll-added').last()
@@ -224,4 +224,4 @@
224224
});
225225
};
226226

227-
})(jQuery);
227+
})(jQuery);

0 commit comments

Comments
 (0)