SyntaxFix
Write A Post
Hire A Developer
Questions
function htmlDecode(t){ if (t) return $('<div />').html(t).text(); }
works like a charm