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

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

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

License

MIT

About

delay a function with `ms`.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages