본문 바로가기

코딩도 합니다/JS

[자바스크립트 / js ] dataTable Modal Reset / 데이터테이블 모달 초기화



 

$("#preVideo").on("shown.bs.modal", function () {
  	$('#tblList3>tbody').empty();
  });
  $("#preVideo").on("hidden.bs.modal", function () {
 	$('#tblList3>tbody').empty();
});

 

728x90