I need to create an effect, preferably in jQuery, where an element scrolls down with the page and snaps to different "anchors".
In my case, i have to build a product listing for a webshop where the "add to cart" button snaps next to the price for each product and when the user scrolls down, at a certain point, break loose from the current product and scroll down and snap to the next one.
I'v been googling for solutions and plugins but have not found anything covering this.
Any suggestions is highly appreciated. I guess this is done at least once before and/or exists as a plugin or tutorial :)
Edit:
To illustrate what i mean i made a page here:
http://retype.se/temp/scrolltest.html
What i need is when the user scrolls down trough products, the yellow div will at a certain point when next product is in focus, snap loose and scroll down and snap to next product.
Bad design in my opinion, but i just try to please :)