(function($) { $(function() { $('.teaser-click a').each(function() { $(this).closest('.teaser-click').wrap(''); }); }) }(jQuery));