javascriptのaddEventListenerの使い方【備忘録】
addEventListenerの使い方 <!--フォームのinput:type=textにid=id-inputを指定-->...
addEventListenerの使い方 <!--フォームのinput:type=textにid=id-inputを指定-->...
/*やりたい事を予めコールバックする関数として定義しておく*/ function after(str){ alert(str+...