동적으로 tr 삭제
jQuery를 사용하여 동적 테이블의 특정 행(tr,td)을 삭제하는 방법 (동적으로 행 삭제)
jQuery를 사용하여 동적 테이블의 특정 행을 삭제하는 방법 $(document).on('click','.delbtn',function(){ $(this).closest('tr').remove(); });
jQuery를 사용하여 동적 테이블의 특정 행을 삭제하는 방법 $(document).on('click','.delbtn',function(){ $(this).closest('tr').remove(); });