Skip to content

Instantly share code, notes, and snippets.

@jensechu
Created October 26, 2009 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jensechu/218929 to your computer and use it in GitHub Desktop.
Save jensechu/218929 to your computer and use it in GitHub Desktop.
$("#picture img").droppable({
drop: function() {
$(this).attr({ src: "images/kitty_nom.png" });
$(this).addClass("eating");
$(".fish").hide();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment