2016년 6월 13일 월요일

table 행(row) 열(col) 삭제방법 jquery

- HTML table 마지막행 삭제

$("#아이디 th:last").remove();

- HTML table 마지막열 삭제

$('#아이디 tbody tr td:last-child').remove();

Share:

0 개의 댓글:

댓글 쓰기