Skip to content

Instantly share code, notes, and snippets.

@zerostyle
Created February 8, 2013 16:24
Show Gist options
  • Save zerostyle/4740093 to your computer and use it in GitHub Desktop.
Save zerostyle/4740093 to your computer and use it in GitHub Desktop.
htmlEncode
function htmlEncode(value){
return $('<div/>').text(value).html();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment