2016-12-12 6 views

답변

2

그냥 javascript .getAttribute() 메소드를 사용하십시오.

var val = document.getElementById('job').getAttribute('data-job-id');