Hi!

I submitted a question yesterday about the possibility to submit a form when
the user had selected an item in the result list from the Autocomplete
plug-in and left using the TAB-key.

I found the answer today on a site:

$(document).ready(function()
{
  // #id_query is the id of your text input field, #qf is the id of
the form surrounding it
  $("#id_query").result(function (event, data, formatted)
  {
    $('#qf').submit();
  });
}

Just wanted you to know :-)


-------------------------------------


mvh
Perra Sandström - pe...@sandstream.se
Webmaster - www.sandstream.se



Reply via email to