Namotco Thu, 18 Dec 2008 09:38:59 -0800
$('#divid').load(url, function( response ){ $(response).$('a').each(function(i){ // do stuff }); });
Unfortunately, that doesn't work, what's the correct syntax for that?