diff --git a/jquery.jscroll.js b/jquery.jscroll.js index fbbb884..b638259 100644 --- a/jquery.jscroll.js +++ b/jquery.jscroll.js @@ -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('
') .children('.jscroll-added').last() @@ -224,4 +224,4 @@ }); }; -})(jQuery); \ No newline at end of file +})(jQuery);