$(document.reportForm).serialize() 를 이용하면 알아서 폼데이터를 "문자=값1&문자=값2" 로 바꿔준다.

 

modal을 숨기고싶으면 $("모달객체").modal("hide"); 를 이용해서 숨겨야한다.

+ Recent posts