From a jQuery gallery lightbox I have in html, the #imageGallery id
I want to have severals lightboxes so I changed the id to class, both in html and css.
How can I change it in javasctipt ? I have this code refering to the particulart id :
var glength = $('#imageGallery li').length;
$('#imageGallery a').click( function(event)
$('#imageGallery a').not(this).removeClass('active')
('#imageGallery li').first().find('img').trigger('click')
$('#imageGallery li').last().find('img').trigger('click');
Thanks in advance
.for class#for id ..#imageGalleryto.imageGallery