[jQuery] [validate] jQuery validation question: validating multiple email inputs

[jQuery] [validate] jQuery validation question: validating multiple email inputs


Hi there,
I am using the Validation plugin to validate a form that emails the
current pages URL to the recipients entered in to the "email to"
field. I want to validate that field for multiple emails addressed
separated by commas...and ideas on how to do this? I'm a bit new to
jQuery so I am a little confused how to approach this. I was thinking
somehow altering the email function so that is parses the input and
does a for each on every email address. Is this correct thinking? Is
there an easier way to do this?
Thanks,