첨부파일(input type="file") 객체 초기화
작성일 16-10-10 10:51
페이지 정보
작성자서방님 조회 120회 댓글 0건본문
1. 방법
var fileObj = $("input[name=photo]");
fileObj.replaceWith(fileObj.clone(true));
2. 방법
http://api.jquery.com/reset-selector/
댓글목록
등록된 댓글이 없습니다.
작성일 16-10-10 10:51
1. 방법
var fileObj = $("input[name=photo]");
fileObj.replaceWith(fileObj.clone(true));
2. 방법
http://api.jquery.com/reset-selector/
등록된 댓글이 없습니다.