[jQuery] autocomplete - trigger function on data retrieval?

2008-07-21 Thread Jonathan Vanasco
does anyone know if it is possible to trigger a function on an autocomplete retrieval ( using this autocomplete library http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ ) example: i'm currently using result() to store the id of a currently selected item in a hidden field when a u

[jQuery] [autocomplete] trigger function on data retrieval?

2008-07-17 Thread Jonathan Vanasco
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

[jQuery] [autocomplete] trigger function on data retrieval?

2008-07-16 Thread Jonathan Vanasco
does anyone know if it is possible to trigger a function on an autocomplete retrieval ( using this autocomplete library http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ ) example: i'm currently using result() to store the id of a currently selected item in a hidden field when a u