A test function that checks whether a newly entered characters is allowed or should be blocked. The this context
is set to the DOM element for the target input field.
param
A newly entered character to check.
returns
true to allow the entered character, or false to block it.
Namespace for the jQuery keyfilter plugin.
KeyFilter is used to filter keyboard input on specified input components.