Tuesday 1 August 2017

Backspace event is not working on keypress event handler?

By any chance if you are writing code in jQuery using keypress() event handler and everything is working good except the "backspace" button, in that case use the keyup() event handler as backspace do not work with keypress() event handler. 
Load disqus comments

0 comments