input type file 은 아래와 같이 클리어(리셋) 한다.


  if ($.browser.msie) {

        $('#file').replaceWith($('#file').clone());
   }
   else {
        $('#file').val('');
   } 


'IT노트 > jquery' 카테고리의 다른 글

[펌]jQuery선택자  (0) 2015.04.12
jquery 테이블 만들기  (0) 2015.03.01
jQuery replace  (0) 2015.02.25
[jQuery Cookbook - 1,2장]  (0) 2015.02.19
문서 객체 복제 jquery clone  (0) 2015.02.16
Posted by wychoi
,