SyntaxFix
Write A Post
Hire A Developer
Questions
If you're using jQuery:
function htmlDecode(value){ return $('<div/>').html(value).text(); }
Otherwise, use Strictly Software's Encoder Object, which has an excellent htmlDecode() function.
htmlDecode()