How do I use jQuery to decode HTML entities in a string?
encode:
$("").html('').html(); // return '<a>'
decode:
$("").html('<a>').val() // return ''