jQuery-Chrono icon indicating copy to clipboard operation
jQuery-Chrono copied to clipboard

Syntactic sugar for JavaScript's setTimeout() and setInterval()

Results 1 jQuery-Chrono issues
Sort by recently updated
recently updated
newest added

Nice tool, but: Don't forget that the function in setTimeout and setInterval can recive aditional arguments. Example: var additionalVar1 = 11, additionalVar2 = 22; setTimeout( function( a, b){ .... },...