-1
I know little about Html, Avascript, etc., I needed a window similar to Javascript but with different font size, I searched and discovered the custom Jquery windows, I downloaded a window called Confirm Override (link: http://www.ericmmartin.com/projects/simplemodal-demos/), that works very well, the problem is when I put the code:
<div class='header'><span>Atenção !</span></div>
that I served to change the title, it did not display ç (cedilla), or any other unique character of Latin languages.
I wonder if it is possible to enable this display in Jquery ?
Note: I have tried the tag <meta charset="UTF-8">
Also make sure that all your files are saved as UTF8.
– bfavaretto