//jQuery $(".form").on("submit", function () {});
//자바스크립트 document.querySelector(".form").addEventListener("submit", function () {})