Skip to content

Instantly share code, notes, and snippets.

@Stefan-Code
Last active December 31, 2015 17:01
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 Stefan-Code/134fe5b57ac3628531aa to your computer and use it in GitHub Desktop.
Save Stefan-Code/134fe5b57ac3628531aa to your computer and use it in GitHub Desktop.
Image Alt text onclick (requires jQuery)
$('img').click(function() {$(this).after(function() {return "<p><code>"+$(this).attr('alt') + "</code></p>"})})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment