标签: jquery html
当我点击<button>时,会自动触发(GET-)提交事件。如何关闭此行为?
<button>
答案 0 :(得分:16)
按钮有一个default of type submit。只需将type="button"添加到标记
type="button"