data 속성 (1) 썸네일형 리스트형 javascript access data attriute (데이터 속성 값 가져오기) This is a Javascriptconsole.log( document.getElementsByClassName('field').getAttribute('data-fullText' ); jQueryconsole.log( $('.field').data('fullText') ); 이전 1 다음