[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로 변경됩니다.
<input type="password" /> 기본적인 모바일 키보드가 제공됩니다.
<input type="email" /> 기본적인 모바일 키보드 + @ / . 제공됩니다.
<input type="tel" /> 기본적인 숫자 모바일 키보드가 제공됩니다.
<input type="url" /> 기본적인 모바일 키보드 + / + . + .com 이 제공됩니다 .
<input type="search" /> 기본적인 숫자 모바일 키보드가 제공됩니다 go 부분이 Search로 변경됩니다.
반응형
'Jquery & Mobile' 카테고리의 다른 글
[JqueryMobile] - Jquery Mobile 화면 강제 회전 소스 (0) | 2011.09.19 |
---|---|
[Jquery Mobile] - 아이폰 화면 세로 움직임 방지태그 (0) | 2011.09.19 |
[Mobile] - 모바일웹 Href 태그속성들 (0) | 2011.09.19 |
[Mobile] - 모바일 웹에서 바탕화면 아이콘 추가소스 (0) | 2011.09.19 |
[JqueryMobile] - JqueryMobile Device 가로세로 길이구하는 소스 예제 (0) | 2011.09.01 |