[jQuery] Re: [validate] email validation doesn't work!

2009-03-12 Thread Ian Rogers
But there's nothing invalid about that email *syntactically*. If you want the plugin to do an MX check or SMTP validate or something then you'll probably need to write a "remote" hook http://docs.jquery.com/Plugins/Validation/Methods/remote Ian 2009/3/11 mcreisi : > > hi, > Is there a fix for e

[jQuery] Re: "required field" keeps on appearing

2009-03-12 Thread Ian Rogers
Thanks for that analysis. I'd submitted this as a bug report at http://plugins.jquery.com/node/6925 I need to have two forms in a single table, ie. I'd like to have a bunch of rows and columns lined up but with two different submit buttons that go to completely different pages. But, like you, wit