Closed (outdated)
Project:
Views Infinite Scroll
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 May 2013 at 15:09 UTC
Updated:
27 Mar 2020 at 20:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jsagotsky commentedSo this is actually a patch for jquery.autopager rather than this module. I'm posting it here because this is the context I'm using it in and the original author of the library hasn't updated it in ~4 years. (I'd actually like to send this to him and would have made a fork and PR if it were in github. If anyone has a suggestion for how to submit this without sending an unsolicited email, I'm all ears.)
Quite simply it uses HTML5's replaceState to update the page number in the url as you scroll. This should work on modern browsers (for those of us with IE users, that's IE 10 and up).
Comment #2
jsagotsky commentedRerolled and bugfixed. Previous version didn't work with drush make. It was also updating the url too late, so the link you got was actually for the next page.
Comment #3
honza pobořil commented