Hello Tony!
No problem 😉
I've done some tests with Firebug and alerts. It seems that my function “autocomplete_field(id,field,table)” is well called but that the jQuery call is not.
In other words, that mean that next constructionis not good.
jQuery(“#”+id+”_”+field,”#”+table).autocomplete(“include/ac.clients.php”, { …
I think that it comes from “#”+id+”_”+field,”#”+table
but I can't see why this is not good. Perhaps do I not respect something.
I'll continue my investigation 🙂
Thanks
SliN