Skip to content

Instantly share code, notes, and snippets.

@hasantayyar
Created August 24, 2011 06:36
Show Gist options
  • Save hasantayyar/1167430 to your computer and use it in GitHub Desktop.
Save hasantayyar/1167430 to your computer and use it in GitHub Desktop.
500px.com append image and allow save as
$("body").append("<img src="+$("#photo img").attr("src")+" />");
$("body").append("<img src="+$("#photo img").attr("src")+" />");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment