$(document).ready(function(){ $('a[href*=".jpg"], a[href$=.png], a[href$=.gif]').addClass("pict"); $('.pict').lightBox(); });