Skip to content

ecappa/bootstrap-multiEmail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap Multi Email

Bootstrap Multi Email is a jQuery plugin providing a Twitter Bootstrap user interface adding multiple email addresses to a field (like Gmail's compose). It extends the functionality of Bootstrap Tags Input (https://github.com/TimSchlechter/bootstrap-tagsinput) to accomplish this.

Installation

Bower

Not added to the Bower Package Repository, yet. Use:

require : { "bootstrap-multiEmail":"[email protected]:ThinkBigPartners/bootstrap-multiEmail.git" }

Usage

Include JS and CSS

<link href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fbower_components%2Fbootstrap-tagsinput%2Fdist%2Fbootstrap-tagsinput.css">
<link href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fbower_components%2Fbootstrap-multiEmail%2Fsrc%2Fbootstrap-multiEmail.css">

<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fbower_components%2Fjquery-validation%2Fjquery.validate.js"> //Optional <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fbower_components%2Fbootstrap-tagsinput%2Fdist%2Fbootstrap-tagsinput.min.js"> <script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fbower_components%2Fbootstrap-multiEmail%2Fsrc%2Fbootstrap-multiEmail.js">

HTML5 Data Instantiation

Just add data-role="multiemail" to your input, select, or textarea element to automatically change it to a multi email input field.

Manual Instantiation

$('input').multiEmail()

License

This project is licensed under MIT.

About

Bootstrap Multi Email is a jQuery plugin providing a Twitter Bootstrap user interface adding multiple email addresses to a field (like Gmail's compose). It extends the functionality of Bootstrap Tags Input (https://github.com/TimSchlechter/bootstrap-tagsinput) to accomplish this.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors