$('<img src"/foo.jpeg" />'); // but how to not download the image?
Hi,
is there a way to execute above mentioned jQuery code without the browser trying to download the image file named? I am trying to scrape content off of a html document not under my control. I am interested in the textual contents. I don't want it to download the images.
cheers,
matt