延迟键控事件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了延迟键控事件相关的知识,希望对你有一定的参考价值。
//@dependency jQuery timeout = undefined; $("#id").keyup(function() { if(timeout != undefined) { clearTimeout(timeout); } var timeout = setTimeout(function() { timeout = undefined; //do it }, 900); });
以上是关于延迟键控事件的主要内容,如果未能解决你的问题,请参考以下文章