Source
HTML
...
<input type="text" id="txt_test" data-input-type="test"></input>
...
js
...
$('[data-input-type="test"')
...
반응형
'Programming > JavaScript' 카테고리의 다른 글
[Javascript] CSS 의 width값을 int로 변환하기. (width to int) (0) | 2019.01.31 |
---|---|
[javascript] try/catch (0) | 2018.12.12 |
[JavaScript] 배열을 콤마와 함께 문자열로 만들기. (0) | 2018.12.07 |
[jQuery] 바인딩 된 이벤트 조회 (0) | 2018.11.29 |
[jQuery] 이벤트 등록 및 제거 (0) | 2018.11.09 |