jQuery-Plugins
jQuery-Plugins copied to clipboard
Option to disallow separator
Option to disallow usage of a separator. Could be something like this:
$('input').numeric({separator:false})
which would produce a input field with possibility to input integers only without thousand separator, decimal separator and so on.
Alternative this could be implemented with a data type option (int, double etc).