I have a form where I am validating IP address. I am using  4
different textboxes limiting the characters to 3 in each one of them.
I am checking the range from 0-255 for each of them using Validate
plugin.

Now to display a single error message instead of displaying an error
message for each of the boxes, I am using the errorPlacement function
and display it after the last field.

But suppose I correct any one of the fields , it validates that box
and the error message disappears. I used the unhighlight function to
keep the message but haven't been able to get the highlight function
working. Can anybody tell me how I could go about fixing it.

Reply via email to