Reputation: 2599
Following this question (I have the same problem), how do I convert a string that has entities like
to a string those entities as  
, with javascript/jquery ?
Upvotes: 2
Views: 387
Reputation: 5156
php.js can be useful to this:
http://phpjs.org/functions/html_entity_decode:424
http://phpjs.org/functions/htmlspecialchars_decode:427
http://phpjs.org/functions/htmlentities:425
Upvotes: 1