The code is as follows:
$. Ajax ({
Type: "get",
Url: "pc_language. TXT",
DataType: "text",
Async: false,
Success: the function (data) {
If ($(" prisna - wp - translate - seo li "). The length & lt; 234) {
$(" prisna - wp - translate - seo "), append (data);
}
},
Error: function (e) {
The console. The log (e)
}
})