I have pain-time when making input that only allows float number with jquery library. my code can\'t prevent chacacter \".\" when it\'s becoming first input, can anyone guid
Why not using Regular Expression
Regular Expression
^[0-9]*[.][0-9]+$
Read code and test here..