2012년 6월 11일 월요일

form reset


reset() 사용하기

특정폼 reset

    $("#dataForm").each(function() {
          this.reset();
    });



모든 form reset
    $("form").each(function() {
         this.reset();
     });


댓글 없음:

댓글 쓰기