Skip to content

Instantly share code, notes, and snippets.

@asjustas
Created January 27, 2014 11:36
Show Gist options
  • Save asjustas/8647067 to your computer and use it in GitHub Desktop.
Save asjustas/8647067 to your computer and use it in GitHub Desktop.
Decode HTML entities with jQuery
var decoded = $('<textarea/>').html(encoded).val();
@tranminhbinhit
Copy link

ASADFSADF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment