are your fields inside a table?
I was seeing that in IE, if fields were in a table cell, the errors were
being added but the cell wasn't getting larger and the errors could not be
seen.
Josh Nathanson-3 wrote:
>
>
> Hey all,
>
> Using Jorn's Validation plugin, it's not displaying the error message. I
> must be missing something obvious. I'm just trying a test - it seems like
> when I submit, if the field is empty, it should display an error message
> after the input field. What am I doing wrong?
>
> JS:
> $("#editform").validate({
> rules: {
> FirstName : "required"
> },
> messages: {
> FirstName : "Please enter your first name."
> },
> debug: true
> });
>
> Markup:
> <input type="Text" size="30" name="FirstName" id="FirstName" value=""
> class="formfield" maxlength="50">
>
> -- Josh
>
>
>
--
View this message in context:
http://www.nabble.com/Validation-plugin-noob-tf4536315s15494.html#a12948063
Sent from the JQuery mailing list archive at Nabble.com.