티스토리 뷰

html input타입에 tabindex값 넣어주기


<input type="text" name="id" tabindex="1" />id<br />
<input type="password" tabindex="2" />password

이런식으로 tabindex를 넣어주면 인풋타입에서 탭을 눌렀을시 번호순서대로 간다

'WEB > JavaScript' 카테고리의 다른 글

Javascript[필수]강의  (0) 2011.10.11
[javascript] window.open 속성// 윈도우 새창띠우기  (0) 2011.10.11
[javascript] lastIndexOf 와 substring 활용예  (2) 2011.10.11
javascript 한글입력 Byte계산  (2) 2011.10.11
on 이벤트  (0) 2011.10.11