Skip to content

Instantly share code, notes, and snippets.

@pushmatrix
Created October 3, 2013 18:44
Show Gist options
  • Save pushmatrix/6814900 to your computer and use it in GitHub Desktop.
Save pushmatrix/6814900 to your computer and use it in GitHub Desktop.
$("#images").append("<img src='hey.jpg'>");
$("#images img").hover(function(){
$(this).remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment