$(function(){ $('.content img').each(function (i,el){ $(el).wrap($('<a/>',{'href': el.src, 'class' : 'zoom'})) }); });