I\'m trying to make this jquery plugin => http://leandrovieira.com/projects/jquery/lightbox/ work with multiple galleries on the same page.
The problem is, everytime
I do it this way:
This way all you have to do is place each gallery in some kind of container and you'll get one image set per container, for example, the following will create two image sets:
Image 1 Image 2 Image 3 Image 4 Image 5 Image 6
You could use the 'a' selector instead but I find using '.lightbox' offers more flexibility.