Jquery : intercettare pressione tasti

 $("input").keypress(function(e) {
        if (e.which == 13)  alert('return');
    }
    )
«dicembre»
domlunmarmergiovensab
293012345
6789101112
13141516171819
20212223242526
272829303112
3456789