[jQuery] Re: Validation plugin noob

2007-09-28 Thread Rick Faircloth
Hi, Josh... In your HTML, did you specify a place for the error message to appear? This is from Jorn's example: label for=firstnameFirstname/label input id=firstname name=firstname / I handle my error messages a little different than the example above, preferring my error

[jQuery] Re: Validation plugin noob

2007-09-28 Thread Josh Nathanson
, and it's doing *something*, because when I set debug = true, the form doesn't submit. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Friday, September 28, 2007 12:55 PM Subject: [jQuery] Re: Validation plugin noob Hi, Josh

[jQuery] Re: Validation plugin noob

2007-09-28 Thread Web Specialist
. -- Josh - Original Message - From: Rick Faircloth [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Friday, September 28, 2007 12:55 PM Subject: [jQuery] Re: Validation plugin noob Hi, Josh... In your HTML, did you specify a place for the error message to appear

[jQuery] Re: Validation plugin noob

2007-09-28 Thread seedy
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

[jQuery] Re: Validation plugin noob

2007-09-28 Thread Josh Nathanson
Yes they are in a table - that may be the issue - although I'm testing in FF. I'll make some changes and report back. -- Josh - Original Message - From: seedy [EMAIL PROTECTED] To: jquery-en@googlegroups.com Sent: Friday, September 28, 2007 1:38 PM Subject: [jQuery] Re: Validation

[jQuery] Re: Validation plugin noob SOLVED

2007-09-28 Thread Josh Nathanson
: [jQuery] Re: Validation plugin noob 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