Looking to incorporate a pagination feature similar to Google's "show more results" using jQuery (preferably with a plugin) for a div that overflows due to content?
For example, on an image sharing site where a fixed height div with overflow: scroll is used to display uploaded images - seeking pagination functionality in place of scrolling. Typically, pagination involves multiple pages, but here the goal is to have all images on one page.
All images included on a single page.
Your assistance is greatly appreciated!