minchars: 1
January 26, 2008 - 11:07pm — DenisovAA
And have such problem: after enter one symbol - don't search. Delete this symbol, enter again - search..
(Sorry for my English :-) )
| Project: | jquery.suggest, a "Google Suggest"-like autocompleter |
| Version: | 1.1 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | DenisovAA |
| Status: | active |
Description
Tryed use like this:
jQuery.noConflict();
jQuery(
function() {
jQuery("#suggest").suggest( "files/search.php", { delay: 10, minchars: 1, onSelect: function() {alert("You selected: " + this.value)}});
}
);And have such problem: after enter one symbol - don't search. Delete this symbol, enter again - search..
(Sorry for my English :-) )
