'모바일 Input type 속성'에 해당되는 글 1건

  1. 2011.09.19 [Mobile] - 모바일 Input type 속성

[Mobile] - 모바일 Input type 속성

Jquery & Mobile 2011. 9. 19. 09:36
반응형
<input type="text" /> 기본적인 모바일 키보드가 제공됩니다.
<input type="password" /> 기본적인 모바일 키보드가 제공됩니다.
<input type="email" /> 기본적인 모바일 키보드 + @ / . 제공됩니다.
<input type="tel" /> 기본적인 숫자 모바일 키보드가 제공됩니다.
<input type="url" /> 기본적인 모바일 키보드 + / + . + .com 이 제공됩니다 .
<input type="search" /> 
기본적인 숫자 모바일 키보드가 제공됩니다 go 부분이 Search로 변경됩니다.
반응형
: