user3024708
user3024708

Reputation: 11

masonry + infinite scroll + anchor point

i am currently developing my website and i'm a bit stuck. how can use masonry with infinite scroll and an anchor point?

in the anchor point, when you click a link, you go to the part where the anchor point is.

this is in the header.

<li> <a href="">aaa</a> </li>
<li> <a href="">bbb</a> </li>
<li> <a href="">ccc</a> </li>

now when you click the link, it should go to the specified link in the main content

Upvotes: 1

Views: 713

Answers (1)

daisylaflamme
daisylaflamme

Reputation: 31

I think anchor point linking is not possible with the infinite scrolling technique. It is only possible on pages that are loaded from the server already. This is not the case with an infinite scrolling page.

Upvotes: 1

Related Questions