I'm using the jquery validation plugin and attempting to validate an <input type="number"/>
to ensure it is a number since Safari Mobile doesn't support the standard HTML5 validations. It works fine if its type="text"
. Has anyone gotten this to work correctly or is it just a limit of the plugin?
Here's an example, if you enter a non-number it works correctly for the two text fields but not the 1st field (number input):