I have been trying to get this to work but I don't know what's going on, the code I have:
$('#buscar-producto').on('keydown', function(e){
console.log('hello');
console.log(e.keyCode);
});
It works on computers, but not on mobile..
EDIT:
I need to get the keyCode when a key is pressed...
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…