jscroll
jscroll copied to clipboard
Don't show Loading message if next selector is not found during initialization.
Currently, jscroll will still display the "Loading..." message if the "next" selector is not found when the plugin is initialized. This patch adds checks to ensure the next selector exists before trying to get its href attribute.