「jquery入門」input type = “file” の値をリセットする

2017年11月17日

htmlコード
<button id="fileClear" onclick="retVal('txt’); return false;">
クリア</button>
<input type="file" id="fileAttach" name="fileAttach">

JSコード
$(“#fileAttach").val(");

jQuery

Posted by arkgame