I have an input for email and have validation for a@a but not have validation for .com.nz , .com, .org .sg
How to validate domain in email using jquery?
<input class="form-control" type="text" id="username" maxlength="100" name="username" required="required">