Pure JavaScript (vanilla.js) でセレクトボックスの change イベントをプログラムからトリガーする - Qiita
EventTarget.dispatchEvent() を使う。const selectBox = document.querySelector('.selectBox');selectBox.…