Y
Hacker News
new
|
ask
|
show
|
jobs
by
gjvnq
1372 days ago
Not if you keep changing the URL through JS to reflect the current offset.
Like:
exampe.com/products#offset-999
1 comments
cudgy
1371 days ago
This only works if the data is static. As soon as any item before 999 is deleted or added, offset 999 no longer points to the same data.
link