$('<img />') .attr('src', 'imageURL.jpg') .load(function(){ $('.profile').append( $(this) ); // Your other custom code });
posted @ mercoledì 31 marzo 2010 20:53
RSS