document.onkeypress = function (event) { if (event.keyCode == …) $(img).animate({marginTop: '+=10px'}, 300); }