I have multiple input boxes and I have to check whether the entered values are positive or negative using jquery Validator plugin.
It is basically doing some calculation based on the value entered in the first input box.
The value entered must be positive, if not I should throw an error message saying the value must be positive or greater than zero.