Skip to content

jQuery-emailinput is email address input control for jQuery. This is jQuery plugin. This is required when creating an web mail service such as hotmail and gmail. It supports validation of email address.

License

Notifications You must be signed in to change notification settings

jongha/jquery-emailinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery-emailinput

Build Status Coverage Status Dependency Status

jQuery-emailinput is email address input control for jQuery. This is jQuery plugin. This is required when creating an web mail service such as hotmail and gmail. It supports validation of email address.

Screenshot

Screenshot

Usage

Initialize

$('#target').emailinput();

Change internally control id.

$('#target').emailinput( { id: 'changed id' );

Retrieve the values.

$('#target').val();

Manage only valid email address only.

$('#target').emailinput( { onlyValidValue: true ); // default: true

Manage only valid email address only.

$('#target').emailinput( { onlyValidValue: true ); // default: true

Change delimiters of retrieve the value.

$('#target').emailinput( { delim: ';' ); // default: ','

License

jQuery-emailinput is available under the terms of the MIT License.

About

jQuery-emailinput is email address input control for jQuery. This is jQuery plugin. This is required when creating an web mail service such as hotmail and gmail. It supports validation of email address.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published