飘逸冬天

文章
3
资源
0
加入时间
2年10月17天

标签button的使用

标签button 以前只是当作一个按钮来使用,最近的一个项目中使用了jquery.form.js,页面中的click事件总是出发form表单提交,很神奇,后来发现button默认type submit 如果只是button需要添加type button 问题结局 只有ie默认button 是typebutton 其他浏览器默认button type submit...