I use jQuery to change h1
header after end of a game and I have the following line of code:
$('h1').text(winningPlayer+" has won!").css("fontSize", "55px");
The question is, how can I set a different color just for winningPlayer
part of text??