Answer the question
In order to leave comments, you need to log in
Does jQuery change the encoding itself?
For unknown reasons JQuery seems to change the encoding:
div = '.container';
container = $(div);
var = '<a class="class">Ответить</a>';
container.append(var);
div = '.container';
container = $(div);
var = '<a class="class">Ответить</a>';
var = $(var);
container.append(var);
Answer the question
In order to leave comments, you need to log in
jQuery does not have such super abilities) Look in what encoding the file itself is opened in your browser and in what encoding the file with js is different for you.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question