email input type
입력창에서 email 검사와 관련해서 ref. 1 에서 javascript code 를 알려준다. 근데, 더 간단한 방법이 있었다.
input 의 type 을 email 로 해주면 된다. ref. 2 를 보면, safari 에서는 지원하지 않는다.
<form method="post">
<input autocapitalize="off" autocomplete="off" autocorrect="off" autofocus="autofocus" class="joinbox email" id="user_email" name="user[email]" size="30" type="email">
<label for="user_email">이메일 주소</label>
<input autocapitalize="off" autocomplete="off" autocorrect="off" class="joinbox password" id="user_password" name="user[password]" size="30" type="password">
<label for="user_password">비밀번호</label>
<input class="btn_login" name="commit" onclick="track_event('Login', 'Click Login')" type="submit" value="로그인">
</form>
댓글 없음:
댓글 쓰기