Skip to content

Instantly share code, notes, and snippets.

@bishoyAtif
Created May 25, 2018 13:54
Show Gist options
  • Save bishoyAtif/58da2470d2b70a0ec0a4ac8bfd55e58f to your computer and use it in GitHub Desktop.
Save bishoyAtif/58da2470d2b70a0ec0a4ac8bfd55e58f to your computer and use it in GitHub Desktop.
function htmlDecode(data){
var txt=document.createElement('textarea');
txt.innerHTML=data;
return txt.value
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment