I understand splitting into array, but how do you then call the email validate routine on each item in the array? Thanks.
On Aug 25, 1:21 pm, "Hasse R. Hansen" <[EMAIL PROTECTED]> wrote: > I would start with splitting the list of emails, and then loop the > array and in every instance of the loop validate the email adress > > /Hasse > > On Aug 25, 9:05 pm,koolkat<[EMAIL PROTECTED]> wrote: > > > Is it possible to use jquery to validate a comma separated list of > > emails? If yes, how should this be done? > > Thanks