Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

minchars: 1


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 :-) )