jquery的.submit

$("form").submit(function(e){
  alert("Submitted");
});
原文地址:https://www.cnblogs.com/mcpark/p/6218903.html