I want to use a input
to store multiple emails but I'm having trouble deploying this in practice.
When placing an email in input
the user press enter, to validate the email, if valid add the character ;
How to do this with jQuery?
$(document).ready(function() {
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script><formid="form">
<input type="text" class="email" id="email">
</form>