반응형
jQuery, Text 와 Image Component 에 대해 알아보자. |
Text Control 의 종류
text control 은 type 값에 따라 달라지는데, 가능한 value 는..
text
password
number
url
tel
이 때, number 의 경우는 다음과 같이 범위를 지정할 수도 있다.
<input type="number" placeholder="Number" min="0" max="100" step="1" />
input 태그에 연계된 text control 이외에도,
textarea 라는 녀석도 존재. 이 녀석은 multi-line text component 이다.
변수에 지정된 image display 하기
<image src="https://t1.daumcdn.net/cfile/tistory/25234D4056E7A36931" + imageData />
반응형
'프로그래밍 놀이터 > Web' 카테고리의 다른 글
[CSS] 언제 id 를 사용하고, 언제 class 를 사용해야 할까? (0) | 2013.07.04 |
---|---|
[jQuery] Checkbox 와 RadioButton 에 대해 알아보자. (0) | 2013.07.03 |
[jQuery] Button Component 에 대해 알아보자. (0) | 2013.06.30 |
[jQuery] 버튼 만드는 방법 (0) | 2013.06.28 |
[CSS] overflow property 에 대해 알아보자. (0) | 2013.06.27 |
댓글