码迷,mamicode.com
首页 > 其他好文 > 详细

谨记谨记

时间:2018-12-12 19:08:00      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:type   tle   put   span   inpu   title   提交表单   设置   tag   

submit默认提交表单

1、<button></button>不设置type默认为submit类型;

 

2、onsubmit()方法

<input type="submit" value="提交"> //或者 <button type="submit">提交</button>

3、<input type="button">添加onclick事件调用submit() 提交表单

4、使用ajax对数据进行验证后再提交

<input type="button">或者<button type="button"></button>

谨记:不要把submit与onclick混用

谨记谨记

标签:type   tle   put   span   inpu   title   提交表单   设置   tag   

原文地址:https://www.cnblogs.com/wangpengfei8313/p/10109867.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!