I’m searching for Javascript (JQuery if possible) plugin that can generate an image representing the inner content of a DIV.
Example : This link shows an image containing 3 x 3 box display.

What I would like is that these boxes could contain an automatically-generated picture showing what a specific DIV’s content look like.
Is there such a thing?
If you don’t have too much content on the screen, this seems like a simple option
html2canvas
But this is the solution if you want to take the screenshot of your page only(where you know the possible attributes and elements)