I'm appending to a div some HTML code which might include special characters (UTF-8).
I'm doing this:
ad_status = '<span style="color:orange;"><strong>Para Aprovação</strong></span>';
$('#meus-anuncios').append(ad_status);
I have the meta for utf-8 in my html file already. Any idea that I could use?