You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: