Is there a way to implement pagination like Googles “show more results” with jQuery (preferable with a plugin) when the content makes the div overflow?
In my case I’m working on an image sharing site and I’m using a div with fixed height and overflow: scroll (css) to show all the uploaded images, and instead of the scrolling I want to be able to use pagination. Normally with pagination you have several pages, but I only have on page for all the images.
I only use one page for all the images.
Thanks a lot in advance!
It might not be the look you’re going for, but you could try jQuery Masonry.
It will stack the images as closely as possible to one-another and it has an infinite scroll function