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. It is typically used with AJAX search or filter boxes when you want to limit the number of requests sent to the server. Delayed Search is currently being used in conjunction with Hintbox for the “Search tab” input box in Happy Camper.
| Options | ||
| delay | integer | Number of milliseconds to wait after the user has stopped typing before calling the function |
| call | function | Function to call after the delay |
| Events | ||
| jquery.delayedsearch does not trigger any custom events. |
| Methods | ||
| jquery.delayedsearch does not expose any public methods. |
Download from GitHub
Current version: 1.0.0
Leave a comment