Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Validate multiple, comma separated, email addresses with jQuery validate.

Notifications You must be signed in to change notification settings

BenConstable/jquery-validate-multi-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

#Validate Multiple Email Addresses

A tiny extra method to validate multiple, comma separated, email addresses with jQuery Validate.

##Usage

Include this script however you like. It depends on jQuery and jQuery Validate.

It gives you access to a new multiEmail option. Valid input consists of any number of valid email addresses separated by commas. Leading and trailing whitespace around addresses is ignored, and a single trailing comma is allowed.

##Example

<input type="text" class="required multiEmail">

About

Validate multiple, comma separated, email addresses with jQuery validate.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published