Hi,
I'm using the jQuery Validator Plugin. My code is like this:
<input name="username" type="text" class="newtextbox required" rangelength="(4,16)">
The error message is "Please enter a value between NaN and 4 characters long". The actual error message that has to be is "Please enter a value between 4 and 16 characters long".
I think the HTML I have used is incorrect.
Can anyone help me out? Thanks in advance.