I want to load external images on my page asynchronously using jQuery and I have tried the following:
$.ajax({ url: \"http://somedomain.
AFAIK you would have to do a .load() function here as apposed to the .ajax(), but you could use jQuery setTimeout to keep it live (ish)