$("a").each(function() { if( $(this).find('img').length ) { $(this).attr( "data-lightbox", "image-1" ); } });