I was using Jquery Numeric plugin but I found that is not working on FireFox 3.6 on Osx (does not allow pasting).
I'm searching a Jquery plugin or Javascript snippet that allows just Numeric Text on an Input Text field.
I have the following requirements:
- Should allow just numeric text
- Should NOT allow punctuation (.,)
- Should NOT allow dashed text (-)
- Should allow pasting just for numeric text
- Multibrowser
- Multiplatform