Hello, I'm using this Lightbox in my project: http://www.balupton.com/sandbox/jquery_lightbox/
I want to display the images as a group, so I use this code: <a href="link" rel="lightbox-group" title="title"><img src="image" /></a> But this is not working, it simply opens the Image. When I use this code every image opens correctly, but so I don't have the navigation link on my images. <a href="link" class="lightbox-enabled" onclick="$(this).lightbox({start:true,events:false}); return false;" title="title"><img src="image" /></a> Perhaps the problem is, that the gallery load on an ajax request... Sorry, I can't point to a sample at this point, because it is an intranet project. Greetings, Stefan Sturm