Aaron Barker schrieb:
I don't quite get "submit to a function" yet. Do you want to use a
function that provides the data for the autocomplete list? Or call the
function with the selected value as an argument?
[...]

Apologies if this isn't clear, or not really doable.  I'm trying to
get my head around it myself, so I'm sure I'm having difficulty
explaining it well.
Okay, so what about this approach?

The first option needs modifications or some trickery. One trick you
could try: Proxy $.ajax (http://docs.jquery.com/Types#Proxy_Pattern) and
delegate all autocompleted requests to your function, call the
success-option manually.


Jörn

Reply via email to