Hi all.

I'm still trying to fill a form "automagically". So, after filling the country text box, I want to be able to auto-select the same value. How can I achieve this?

   I was thinking about something like:

field = $('#country');
field.val('United States');
field.autocomplete({select: field.val()});

I know that this won't work, but where can I found the documentation? I can't find it in anywhere. And the docs at jquery.com are so superficial.

   Regards,

davi

Reply via email to