Skip to content

Instantly share code, notes, and snippets.

@kelvearagao
Created December 1, 2015 15:13
Show Gist options
  • Save kelvearagao/9c559f1eb59549d9629c to your computer and use it in GitHub Desktop.
Save kelvearagao/9c559f1eb59549d9629c to your computer and use it in GitHub Desktop.
DIV editable!
$('.editable').each(function(){
this.contentEditable = true;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment