[jQuery] Re: Problem with .result

2009-02-06 Thread Han
I just answered my own question. Here's the scenario and what I did to the autocomplete plugin: I have an autocomplete field and a hidden field next to it. The autocomplete field is for names, and the hidden field is for the id of the name, which is used to query the database for the record.

[jQuery] Re: Problem with .result

2009-02-06 Thread Han
A friend just alerted me to the existence of the mustMatch option in the plugin. Another option might be to stick your logic in there, and that should also trigger at the right times. Lesson learned: always read the documentation... On Feb 6, 1:08 pm, Han hgc...@gmail.com wrote: I just