Р? (Декодируем html-entities при помощи jQuery)

var decoded = $("<div/>").html(encodedStr).text();

Категории: HowTo