How do I use jQuery to decode HTML entities in a string?
Here are still one problem: Escaped string does not look readable when assigned to input value
var string = _.escape(""); $('input').val(string);
Exapmle: https://jsfiddle.net/kjpdwmqa/3/