$(document).on('ready', function() { $('td.tcr').prepend('
'); $('td.tcr .avat-miembro').each(function () { var profileUserURL = $(this).parent().children('span').children('strong').children('a').attr('href'); $(this).html('No Avatar'); $(this).children('a').load(profileUserURL + ' .module:eq(0) img:eq(0)') }); });