Adding the following resulted in the search string being sent to the server,
but the results weren't displayed (I can see the results with Firebug):
$('#topic1').focus(function(){
$('#topic1').search();
});On 9/8/08 11:59 AM, "MorningZ" <[EMAIL PROTECTED]> wrote: > > For #2 > > perhaps the ".search" option will do the trick? > > http:// docs.jquery.com/Plugins/Autocomplete/search > > perhaps wire that up to the "focus" event of the textbox > > >

