SyntaxFix
Write A Post
Hire A Developer
Questions
You need to escape:
<div class="test">&times</div>
And then read the value using text() to get the unescaped value:
alert($(".test").text()); // outputs: ×