I\'m having trouble attempting to dynamically add images, since lightbox2 (by lokesh dakar) is initialized after document load by existent html
To add existing img tags to be lightboxified on their own (without gallery functionality) one could use something like:
$('img') .wrap(function(index) { return ''; });
Just add it BEFORE inserting the lightbox.js