Characters from the English language in Jquery

Asked

Viewed 168 times

-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">

  • 3

    Also make sure that all your files are saved as UTF8.

1 answer

0

<html lang="pt-br"> ou

<meta charset="iso-8859-1" />

would be a solution.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.