Simple question:
I have divs in the following format that exist in a loop. I need to paginate these divs. Is there anything out there that can do it? All I find are paginators for < p > tags...
<div id="post_#">
<div id="post_#_inside">
<div id="like">
</div>
<div id="dislike">
</div>
<div id="postleft">
</div>
<div id="postright">
</div>
</div>
</div>
The # in the ID stands for the post ID in my database.