(function($) { $(function() { $('div.article').each(function() { $(this).find('div.article-content:first').prepend(''); }); }); })(jQuery);