/ Published in: JavaScript
Expand |
Embed | Plain Text
//@dependency jQuery timeout = undefined; $("#id").keyup(function() { if(timeout != undefined) { clearTimeout(timeout); } var timeout = setTimeout(function() { timeout = undefined; //do it }, 900); });
You need to login to post a comment.
