博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
form 禁止跳转
阅读量:5325 次
发布时间:2019-06-14

本文共 359 字,大约阅读时间需要 1 分钟。

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>

转载于:https://www.cnblogs.com/nns4/p/10077194.html

你可能感兴趣的文章
Recover Binary Search Tree
查看>>
Java 实践:生产者与消费者
查看>>
[转]IOCP--Socket IO模型终结篇
查看>>
js 获取视频的第一帧
查看>>
各种正则验证
查看>>
观察者模式(Observer)
查看>>
python中numpy.r_和numpy.c_
查看>>
egret3D与2D混合开发,画布尺寸不一致的问题
查看>>
freebsd 实现 tab 命令 补全 命令 提示
查看>>
struts1和struts2的区别
查看>>
函数之匿名函数
查看>>
shell习题第16题:查用户
查看>>
实验4 [bx]和loop的使用
查看>>
Redis常用命令
查看>>
2018.11.06 bzoj1040: [ZJOI2008]骑士(树形dp)
查看>>
2019.02.15 bzoj5210: 最大连通子块和(链分治+ddp)
查看>>
redis cluster 集群资料
查看>>
微软职位内部推荐-Sr. SE - Office incubation
查看>>
微软职位内部推荐-SOFTWARE ENGINEER II
查看>>
centos系统python2.7更新到3.5
查看>>