「jquery入門」input type = “file” の値をリセットする
htmlコード
<button id="fileClear" onclick="retVal('txt’); return false;">
クリア</button>
<input type="file" id="fileAttach" name="fileAttach">
JSコード
$(“#fileAttach").val(");
Coding Changes the World
htmlコード
<button id="fileClear" onclick="retVal('txt’); return false;">
クリア</button>
<input type="file" id="fileAttach" name="fileAttach">
JSコード
$(“#fileAttach").val(");