Return to Snippet

Revision: 46320
at May 17, 2011 13:39 by garciaon


Initial Code
$("window").keypress(function(<em>e</em>){
	var keyPressed = e.which;
});

Initial URL


Initial Description


Initial Title
Detectar a tecla pressionada

Initial Tags


Initial Language
jQuery