2 Star 19 Fork 2

yzChen/delaycall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
delaycall.html 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
yzChen 提交于 2016-09-21 23:20 . 完善readme
<html>
<head>
<title>延时自动调用函数插件demo</title>
</head>
<body>
修改标题:<input id="s1"/>&nbsp;&nbsp;修改内容:<input id="s2"/>
<!-- <script src="./zepto.min.js"></script> -->
<script src="./jquery-1.11.3.js"></script>
<script src="./delaycall.js"></script>
<script>
function foo() {
alert('保存成功!');
}
$(function() {
$('input').delaycall({'func': foo});
});
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cyzshenzhen/delaycall.git
git@gitee.com:cyzshenzhen/delaycall.git
cyzshenzhen
delaycall
delaycall
master

搜索帮助