(function () { var num = 0, d = null; $('#enterclick').click(function () { if (d) { clearTimeout(d) } d = setTimeout(function () { num = 0 }, 1000); num++; if (num >= 2) { //点击两次时执行 } }) })();
来源:https://www.jb51.net/article/123539.htm
2024-03-21 17:00:58
(function () { var num = 0, d = null; $('#enterclick').click(function () { if (d) { clearTimeout(d) } d = setTimeout(function () { num = 0 }, 1000); num++; if (num >= 2) { //点击两次时执行 } }) })();
来源:https://www.jb51.net/article/123539.htm