<input type="email" name="email" id="email" style="width:100%;" onkeypress="getMailList($('#email').val())" required>
i needed to call a function only when enter key pressed. I just use kepress event. But it call function all keypress. Thanks in advance.