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
Here's how I made the basic jquery lightbox linked in the original question behave with multiple galleries. No hacks, or anything. Works flawlessly.
I gave every lightbox a seperate name:
Then my HTML looks like this:
image #1
image #2
image #3
image #1
image #2
image #3
And voila, I have 2 separate galleries.