jquery.delayedsearch.js adds functionality to an input box to delay a function call for a set number of milliseconds after the user has stopped typing.
See a JSFiddle demo of jquery.delayedsearch at http://jsfiddle.net/jookyboi/HTRMq/34/
- delay (int): Number of milliseconds to wait after the user has stopped typing before calling the function
- call (function): Function to call after the delay
jquery.delayedsearch does not trigger any custom events.
jquery.delayedsearch does not expose any public methods.