「jQuery」セレクタ.on(click)イベントのサンプル

2020年11月5日

JSPコード
<input type="button" name="fileDownload" value="xxx">

JavaScriptコード
$(“input[name=’fileDownload’]").on(“click",function(){
//some code
});

jQuery

Posted by arkgame