Hi guys,
I have infinite scroll (Paul Irish) implemented on a news-articles-blog
and it is working fine.
The structure is like this:
1-full article
1.1-comment box
2-full article
2.1-comment box
3-full article
3.1-comment box
etc.
When the user has read full article (3) and clicks the "back"
button one time then he can read full article (2).
However, when the "back" button is clicked one time, my scroll
bar moves up to the middle of 1.1-comment box (!!!) instead of moving to
the article start (= article title) for full article (2), which would be
the most logical.
No clue why that happens. But how can I fix this with a jQuery plugin????
Thank you for your help.