jquery.alphanum
jquery.alphanum copied to clipboard
Alphanumeric Plugin for jQuery
Is it possible to use jquery.alphanum with ? I have the following, which is contenteditable, but the library throws an error in the console.log and does not prevent the special...
This is the code I was using: ```javascript /* Prevent user from inputting illegal characters */ // Whole numbers only like years $('.js-input-validation.input-years').numeric({ allowPlus : false, allowMinus : false, allowThouSep...
It looks like this plugin doesn't prevent the `Option+KEY` combinations on macOS.
First of all: Great jquery plugin. Given that a user by using noscript (firefox), uBlock Origin (chrome, firefox) or some AdBlocker can kill a .js without killing all the js...
period (dot) is not allowed after 4 digits in number input type of HTML5 in Chrome & fireFox, it's working with Edge, opera
We use input[type="number"] inputs for amounts so that on mobile devices the user's keypad is only numbers. I've realized, however, that the number fields fail to initiate under .numeric(). It...
In the blacklist doesn't appear this ° ,because this char isn't alphanum
I want to add a max length to a numeric value, but its not working. I want to validate CVV number of credit cards, which should be a number, and...
It would be nice if when the plugin detects a disallowed character returns an error event or similar to display a message to the user if you're using in a...
Users aren't able to submit a form using the enter key, but that's something I would like them to be able to do. I don't think it's possible using the...