Is there a way to force a field to do a search on focus of the input?
(I basically want the user to be suggested a default set of items
before typing anything.

I tried this
$("#category").autocomplete("do_search.php",{max:100,minChars:0,delay:
10});

Reply via email to