[jQuery] Re: [validate] custom method not working if input element is empty.

2008-08-21 Thread Jörn Zaefferer
You've added the class "required" to the username input. That gets added as a rule to the field... Jörn On Thu, Aug 21, 2008 at 12:37 AM, zaroundus <[EMAIL PROTECTED]> wrote: > > Sure. You can view this form at www.roundus.com/zaroundus/uploadApp/ > > The validation is performed on submission of

[jQuery] Re: [validate] custom method not working if input element is empty.

2008-08-20 Thread zaroundus
Sure. You can view this form at www.roundus.com/zaroundus/uploadApp/ The validation is performed on submission of the sign-up form. I've been over this code a thousand times and can't figure it out so any help would be greatly appreciated. I look forward to your response. On Aug 20, 5:12 pm, "Jö

[jQuery] Re: [validate] custom method not working if input element is empty.

2008-08-20 Thread Jörn Zaefferer
I can't see anything obviously wrong with your code. Could you post a testpage? Jörn On Wed, Aug 20, 2008 at 10:16 PM, zaroundus <[EMAIL PROTECTED]> wrote: > > I am using the Validate plugin from > http://bassistance.de/jquery-plugins/jquery-plugin-validation/. > It is a great plugin but I'm hav