Skip to content

Instantly share code, notes, and snippets.

@blueskyarea
Last active May 9, 2016 16:00
Show Gist options
  • Save blueskyarea/83bb47dcc04db79873bbb21e804c4a18 to your computer and use it in GitHub Desktop.
Save blueskyarea/83bb47dcc04db79873bbb21e804c4a18 to your computer and use it in GitHub Desktop.
# change color
$("#judge").css("color", "red");
# change text
$("#judge").text("right");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment