JQuery: How to text insert HTML ascii character?

Posted by JGreig on Stack Overflow See other posts from Stack Overflow or by JGreig
Published on 2010-04-28T05:01:47Z Indexed on 2010/04/28 5:13 UTC
Read the original article Hit count: 200

I have the following JQuery code:

$(this).text('Options ▴');

However, the ascii code isn't showing up on my web page. All that shows up is on the webpage is Options ▴.

What am I doing wrong?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript