Skip to content Skip to sidebar Skip to footer

Why Are These Wierd Characters Being Inserted In Facebook Iframe When Using Jquery? €‹

jQuery parses some html in my iframe app on Facebook, and when it does, I get tons of these characters: ​ ​​​​​​​​â�

Solution 1:

It's an encoding issue, probably. You'll probably want to define the charset. Like this:

<meta charset="UTF-8">

Post a Comment for "Why Are These Wierd Characters Being Inserted In Facebook Iframe When Using Jquery? €‹"