Skip to content

AurDan/multiple-emails.js

 
 

Repository files navigation

multiple-emails.js

Enter multiple emails in a single input field with jQuery.

This is a fork from https://github.com/alplob/multiple-emails.js

Recent features are:

Recent features are:

  • can display emails once the page is loaded
  • check integrity of inputted email address
  • emails are encapsulated in json
  • added support for copy and pasting bulk emails in the input field
  • works very well with Bootstrap and Semantic UI

Options

$(selector).multiple_emails({
   position: 'top', // Display the added emails above the input
   theme: 'bootstrap', // Bootstrap is the default theme
   checkDupEmail: true // Should check for duplicate emails added
});

About

Enter multiple emails in a single input field with jQuery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.9%
  • HTML 34.1%
  • CSS 7.0%