Hi, What I try to do is to hook up the autocomplete plugin to multiple text fields. These fields are interrelated but not in a hierarchical way. Let's say there are 6 fields. When user starts typing first letter in one of these fields browser should query web service to gather the data for this field (the data are filtered by values taken from other five fields). I tried to make it work (making data reload in "focus" event) but I have not succeeded.
Could you help me and point me in some kind of direction of how I should do it?