$("#ninja").mouseenter(function () { $(this).attr("src", "img/cat.png"); }).mouseleave(function () { $(this).attr("src", "img/ninja.png"); });