In my document I'm creating some shortcuts on the keyboard to make it easier to use the page itself, and I'm doing it as follows:
$(document).on("keyup", function(e){
/*Tecla C*/
if(e.which === 67){
alert("A tecla C foi p...
asked by
12.05.2017 / 16:20