jquery-dotimeout icon indicating copy to clipboard operation
jquery-dotimeout copied to clipboard

jQuery doTimeout: Like setTimeout, but better!

Results 6 jquery-dotimeout issues
Sort by recently updated
recently updated
newest added

I'm trying to debounce a number field but with the on change event it just doesn't work. You can get round this by using on mouseup, keyup, but then when...

Basic bower support with ignores.

#### Hey, maintainer(s) of cowboy/jquery-dotimeout! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...

Dear Ben, I got the following error in IE8 after a long running test with a page open for about six hours. Obviously it's not a common error if the...

Great plugin! One issue: In this example: ``` $.doTimeout("foo", 100, function() { log("in"); $.doTimeout("foo", 1000, function() { log("out"); }); }); ``` ... the inner doTimeout should clear away any others...

I'd like to propose a new feature for doTimeout to get around a problem that I've found on IE (8) and Chrome. Here is an example of the code with...