Skip to content

Instantly share code, notes, and snippets.

@lifeinafolder
Created July 10, 2010 06:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lifeinafolder/470524 to your computer and use it in GitHub Desktop.
Save lifeinafolder/470524 to your computer and use it in GitHub Desktop.
var img = document.createElement('IMG');
img.setAttribute('src','YOUR URL HERE');
//some ref to DOM element - element
element.appendChild(img);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment