프로그래밍/스크립트
jquery 를 활용한 전체폼 초기화
두니
2013. 11. 25. 15:06
반응형
$('#form1').each(function () {
this.reset();
});