[jQuery] Re: jQuery Validation & Multiple Forms...

2007-07-19 Thread Aaron Porter
I'm working on my own form validator that is more in line with the standard jQuery style. It's extremely flexible and includes input masking. You can get a preview here (haven't tested with Safari or Opera yet): http://www.scriptingmagic.com/test/jquery/validation/ Aaron Stosh wrote: > One ot

[jQuery] Re: jQuery Validation & Multiple Forms...

2007-07-18 Thread Stosh
One other thing that's bothering me about the validate plugin... first, for the record I want to clarify that I really do like this plugin - I find it especially useful. I am unable to have a form object and call validate() on it more then once. For the most part this makes sense, but I have an

[jQuery] Re: jQuery Validation & Multiple Forms...

2007-07-18 Thread Dan G. Switzer, II
Stan, >Thanks for the response. The particular page I am working with is >used to take in registrations for a conference, a given individual >will login and register X number of participants for their group. >>From the primary screen they have the ability to add new registrations >or update exis

[jQuery] Re: jQuery Validation & Multiple Forms...

2007-07-18 Thread Stosh
Dan, Thanks for the response. The particular page I am working with is used to take in registrations for a conference, a given individual will login and register X number of participants for their group. >From the primary screen they have the ability to add new registrations or update existing on

[jQuery] Re: jQuery Validation & Multiple Forms...

2007-07-18 Thread Dan G. Switzer, II
>What's the rationale behind the validate plugin only handling one >jQuery object? This doesn't seem consistent with how jQuery works at >all. The validator() object breaks the jQuery chain and returns a reference to the current validator object. This allows you to build code to interact with th