Plugin transforms specified form field into multi-email form widget. It allows you to input several email addresses instead of one.
Several options are available. See examples of how it can be used.
Plugin comes with CSS style, you will probably want to customize these styles.
Available options
The are number of options available to use:
max: [Number: null] - Maximum number of emails allowed to input.
fieldClass: [String: "multiemail-cont"] Css class name for the main container.
addClass: [String: null] Additional css class to be added to the main container.
fieldCss: [Object: null] Css rules to be applyed to the main container.
placeholder: [String: null] To use some placeholder value, e.g. "Type email address", etc.
values: [String: null] Comma-separated list of initially set emails.
removeHtml: [String: "x"] Symbol in place of remove email element. Maybe html-entity, html-image, text, etc.
label: [Bollean: true] Whether to use label for this email field. Label should have "for" attribute which is the same as the name of the email field.
Note
This is pretty old plugin I wrote like 2 years ago. I didn't even want to list this project in this new blog, but I still get some traffic from different sources trying to find this plugin, hence it is now here.