为什么发送ajax请求页面也会刷新
1 回答
大话西游666
TA贡献1817条经验 获得超14个赞
button 标签请添加 type='button' 属性,因为浏览器默认会认为 button 的属性是submit.type=‘submit’时会发生提交表单的默认行为。
<button type='button' class="btn btn-default" onclick="set_chat_msg()">send</button>
W3shool:
请始终为按钮规定 type 属性。Internet Explorer 的默认类型是 "button",而其他浏览器中(包括 W3C 规范)的默认值是 "submit"。
- 1 回答
- 0 关注
- 486 浏览
添加回答
举报
0/150
提交
取消