Jo-wonbin / SpringBootPracticeProject

0 stars 0 forks source link

HTML tr, td 값 이슈 #10

Open Jo-wonbin opened 8 months ago

Jo-wonbin commented 8 months ago

행에 대한 데이터 값을 자바스크립트로 불러올 때 생긴 이슈

해결 방법

const writer = $(this).parents().children(".updateCommentWriter").text(); const contents = $(this).parents().children(".updateCommentContents").text();