jquery-keyfilter
jquery-keyfilter copied to clipboard
This plugin filters keyboard input by specified regular expression.
Now that it is 2023 and ALL browsers support `event.key` here is a modern slim version of this plugin that works in all browsers both mobile and desktop... ```js /*...
Hi, We have a problem with the plugin in Turkish keyboards. Some of the special characters (e.g. #, $, @, ...) can be used even if they are filtered out...
Filter does not exclude "("
Hi, I have a lot of elements with chstom attributes, i subscribe keypress in one function, but i don't know which control fires this event, it would be nice ti...