jQuery(document).ready(function($){ $('.lightbox').lightbox(); $('a:has(img)').addClass("lightbox"); });