🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

An email input enhancement plugin for jQuery that allows the user to type multiple email addresses in a same input field with email validation support.

email

Documentation

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.


You May Also Like