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

form 禁止跳转

时间:2018-12-06 17:49:56      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:sub   complete   his   tde   BMI   text   orm   type   target   

1.e.preventdefault() 

2.

<form action="#" ref="form" target="testif" onSubmit={this.submit}>
<label htmlFor="title">ToDoList</label>
<input type="text" ref="title" name="title" placeholder="添加ToDo" required="required" autoComplete="off" />>
<iframe name="testif" style={{ "display": "none" }}></iframe>
</form>

form 禁止跳转

标签:sub   complete   his   tde   BMI   text   orm   type   target   

原文地址:https://www.cnblogs.com/nns4/p/10077194.html

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