Skip to content

Instantly share code, notes, and snippets.

@jensechu
Created October 26, 2009 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jensechu/219059 to your computer and use it in GitHub Desktop.
Save jensechu/219059 to your computer and use it in GitHub Desktop.
function reset_meow() {
$("h3").text("");
$("h1").text("");
$("#kitty-speech").removeClass("kitty-bubble");
$("#user-speech").removeClass("input-bubble");
$("#user-input").val("");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment