multiple-emails.js icon indicating copy to clipboard operation
multiple-emails.js copied to clipboard

Enter multiple emails in a single input field with jQuery

Results 6 multiple-emails.js issues
Sort by recently updated
recently updated
newest added

Add Font Awesome theme, which uses 'fa-times' for the Remove icon.

Hi! I am using this component and I would like to suggest a correction. When an email with dot is inserted (example: "[email protected]"), the dupEmailCheck validation fails. Replace the line...

Hello dears, First of all, thank you for your work, i'm using this js library with some little changes and i'm very satisfied of it ! I've implemented the semicolon...

Hi, Thanks for this useful widget. The preventDefault() isn't preventing the enter from causing the default action. I was able to make it work by changing the event to "keydown"...

I had problem using IE and multible emails. Problem was that IE does not accept multiline content on input field. Needed to change input tag to textarea and that solved...

i want to add programmatically insert mail but not work,what is wrong? (function( $ ){ var $orig,$list,deleteIconHTML,$input,$container; ``` $.fn.multiple_emails = function(options) { // Default options var settings = jQuery.extend({ checkDupEmail:...