[jQuery] [autocomplete] do search on input focus

[jQuery] [autocomplete] do search on input focus


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});