Delay for Hidden
March 19, 2008 - 4:20pm — mozart_ar
I hope that it could help to somebody.
| Project: | jquery.suggest, a "Google Suggest"-like autocompleter |
| Version: | 1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
Hello,
I like this plugin. Is very nice.
I changed the value for delay option, and I had to change other code line:
This way:
$input.blur(function() {
setTimeout(function() { $results.hide() }, (options.delay + 5));
});I hope that it could help to somebody.
Regards,
mozart_ar
