문서의 이전 판입니다!
속성을 data-job-cd 로 지정한 후 console에 출력
<c:forEach items="${resultInfo}" var="resultInfo" varStatus="status"> <tr> <td> <button class="test" data-job-id="${resultInfo.jobId }"> TEST BUTTON </button> </td> </tr> </c:forEach>
console.log( $(this).data('jobId') ); console.log( $(this).data('jobid') ); console.log( $(this)[0].dataset.jobid ); console.log( $(this)[0].dataset.jobId );