Skip to content

Instantly share code, notes, and snippets.

@kovaldn
Last active December 18, 2015 21:39
Show Gist options
  • Select an option

  • Save kovaldn/5849323 to your computer and use it in GitHub Desktop.

Select an option

Save kovaldn/5849323 to your computer and use it in GitHub Desktop.
Javascript: create and appendTo
$("<img />", {
"src":"not/an/image.png",
"alt":"Такого изображения не существует"
}).appendTo("body");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment