Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

yields/delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

delay

delay the given fn.

Installation

$ component install yields/delay

Example

var el = document.querySelector('#search');
var delay = require('delay');
el.onkeyup = delay(200, function(e){
  var val = e.target.value;
  // do ajax search or something.
});

License

MIT

About

delay a function with `ms`.

Resources

Stars

Watchers

Forks

Packages

No packages published