[ad_1]
Missing a final single quote here:
data['playerInfo']['username'] + '</h2>' + nomeserver + '</div>);
Change to:
data['playerInfo']['username'] + '</h2>' + nomeserver + '</div>');
29
[ad_2]
solved Unterminated String Literal error with jQuery [closed]