This will call the function assigned to id instantly and cancel the assigned timeout. debounce( id ) This will cancel the callback assigned with id and won't call it. The callback function will be ...
A function to be executed after delay milliseconds. javascript-debounce is based on David Walsh's code and article JavaScript Debounce Function. His site is an invaluable resource for Web developers.