Hi all,
Using the validation plugin and it works great except for one little problem.
On a text box, if the field does not pass validation then the error will display directly to the left, as expected. However, if the input of the field is deleted and the required rule is tripped, then the error message is overlaid on the text box.
Looking at the source in firebug, I noticed that the error style is set to display: block in the latter case, but at no other time. Is there a setting or attribute I can adjust to stop this behavior. I've done some nosing around on line and I know people are defining custom error divs with errorPlacement, but I like the default placement just fine with that one exception.
If anyone has any suggestions, I would appreciate it.
Thanks!