JQuery, wenn eine Taste gedrückt wird
$("input").keypress(function(){
//this code executes when the keypress event occurs.
});
Inexpensive Ibis
$("input").keypress(function(){
//this code executes when the keypress event occurs.
});