반응형
<span class="field" data-fullText="This is a span element">This is a</span>
Javascript
console.log( document.getElementsByClassName('field').getAttribute('data-fullText' );
jQuery
console.log( $('.field').data('fullText') );
반응형
'Programming > Javascript, jQuery' 카테고리의 다른 글
jQuery 요소 있는지 검사 (0) | 2016.12.07 |
---|---|
jQuery Selectors > :empty 빈 요소 찾기 (0) | 2016.12.07 |
javascript jQuery To JSON (0) | 2016.12.06 |
javascript convert Array TO JSON (배열 JOSN 변환) (0) | 2016.12.05 |
jQuery 노드 탐색 (Ndoe Search) (0) | 2016.12.05 |