I have ,
`<span class="icon">►</span>`
in Jquery I did,
$(this).html('▼');
and tried $(this).replaceWith('▼'); too.
but it displays '▼' instead of converting it to a html icon like ▼.
thanks
|
|
Why not just hardcode the unicode literal?
You have to make sure you're serving the js file as UTF-8 though. Edit:
Make sure the |
|||
|
|
|
What is
|
|||
|
|