jQuery-Form-Validator icon indicating copy to clipboard operation
jQuery-Form-Validator copied to clipboard

How to validate a number range which does not include the limit that mentioned.

Open navyamereddy91 opened this issue 4 years ago • 0 comments
trafficstars

I was using a jQuery form validator with the validation against a number and the range is something like this [1, 1000]. But now my company wants to change it to a decimal and also wants to allow the numbers greater than 0. something like x>0.5 and x<1.5. I mean the range should be greater than zero. How to achieve this using the jQuery form Validator? Basically we do not want to set the lower limit. It can be anything greater than zero.

navyamereddy91 avatar Jan 27 '21 15:01 navyamereddy91