javascript - jQuery plug-in to remap numeric keypad -
Is there a jQuery plug-in for remapping "dot" key in numeric keypad? Its purpose is to print a decimal separator instead of a decimal, to use commas or other characters in languages, I want to mimic the behavior of some desktop applications like MS Excel.
(This is hard for hard-code output characters.)
With jQuery plugin you can configure which character to use numpad decimal separator.
Comments
Post a Comment