[jQuery] [autocomplete] trigger function on data retrieval?
I tried posting this yesterday, and it didn't seem to post. Apologies
if two messages appear.
I need to catch the data retreival - even on null sets - from
autocomplete.
In my example:
I am using autocomplete to fetch items from a database. When an
option is selected, a result() function sets the id of the returned
item as a value in a hidden field. I need to reset this value to
undef if someone types in another letter or backspace, causing a new
search.