Use the ".result()" event of the first one to do your logic to wire up (or destroy) the autucomplete of the second
On May 30, 5:15 am, Adrian Grigoras <adrianc.grigo...@gmail.com> wrote: > Hello, > > I use JQuery.Autocomplete to autocomplete values into one field. > Depending on the first field, I also need to populate a second field. > > For example: > > I autocomplete the Name field and depending on the selected name I > need to autocomplete also Phone field. > > It's possible to do that? > > Thanks.