Javascript
[Javascript] 내가 클릭한 라인이 몇번째?
김뽀씨
2023. 4. 10. 08:45
// 클릭한 라인이 몇번째인지 체크
var trNum = $(this).closest('tr').prevAll().length;