동적생성요소에 Event 바인딩 제이쿼리

less than 1 minute read

  $(document).on('click', '.saveBtn', function(){
  });

답은 이것이다!!!!!

Updated: