[jQuery] Re: A new take on form validation, need code review and feedback

2009-06-03 Thread Rick Faircloth
Wow! Thanks for the explanation, Nicolas! I'll take a good look at it...looks very good! Rick On Wed, Jun 3, 2009 at 3:41 PM, Nicolas R wrote: > > Rick, > as I said above, there are really no validation routines at the > moment. Think of it like jQuery itself which you can extend by > $.extend

[jQuery] Re: A new take on form validation, need code review and feedback

2009-06-03 Thread Nicolas R
Rick, as I said above, there are really no validation routines at the moment. Think of it like jQuery itself which you can extend by $.extend or $.fn but without its core methods. I know that its a bit tricky to grasp mainly because it doesn't do much out of the box. I'll try to explain a bit her

[jQuery] Re: A new take on form validation, need code review and feedback

2009-06-03 Thread Rick Faircloth
Yes, it looks like a great idea. I've been writing my own validation routines anyway, preferring the ability to customize every aspect of the validation routines and presentation. I'm interested in learning more, especially about your specific validation routines. Rick On Wed, Jun 3, 2009 at 11

[jQuery] Re: A new take on form validation, need code review and feedback

2009-06-03 Thread Penner, Matthew
Hey Nicolas, Great work! I really like this idea. Maybe you can put the explanation and examples from your email onto the web site. I've bookmarked the page for future reference but this email really gives a quick summary on what you are trying to accomplish and how to use it. Thanks, Matt Pe