MENU

動的に(DOMで)生成した要素にjQueryでイベントを設定する

メモ
$(document).on("click", ".test-button", function(){
  alert("クリックイベント発火");
});
2020/07/06        admin   |