lightbox 2: how to add dynamically images via javascript
问题 I'm having trouble attempting to dynamically add images , since lightbox2 (by lokesh dakar) is initialized after document load by existent html coded images and it doesn't parse the document anymore after the first time. If i try to add new images with javascript (appending them in the body for example) they are not added to the lighbox groups. Documentation in official website doesn't seems to describe any scripted method Anyone with experience can help me? solution with jquery are really