html - Insert &trade or   using jquery text -


i know can solve using .html() have use text(). there way these values inserted on page shows trademark symbol or empty space ?

can add trademark symbol directly text string? this:

html:

<p></p> 

js:

$('p').text('™'); 

jsfiddle: http://jsfiddle.net/zr8geb36/


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -