Skip to content

Instantly share code, notes, and snippets.

@rndme
Created May 18, 2016 08:19
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 rndme/709b79625af301d76bd432dfb2ad8feb to your computer and use it in GitHub Desktop.
Save rndme/709b79625af301d76bd432dfb2ad8feb to your computer and use it in GitHub Desktop.
function sanitize(ht){ // tested in ff, ch, ie9+
return new Option(ht).innerHTML;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment