Situation:
Goal:
--> How can I detect the keyboard input into the hidden input field?
I know the keydown / keypress / keyup events, however they seem to require a visible input field
You can bind the event to the document like this:-
$(document).bind('keyup', function(e) {
alert('testing');
});
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With