Hello,

I have 3 inputs that use the same AutoComplete function. Can I make
this work only with one command?
I have:

      $("#Tags").autocomplete("GetTags", {
        autoFill: true ...

I tried

      $("#Tags, #MoreTags").autocomplete("GetTags", {
        autoFill: true ...

But it does not work. How can I do this?

Thanks,
Miguel

Reply via email to