Or rather:

$("#Tags, #MoreTags").each(function() {
 $(this).autocomplete("GetTags", {
   autoFill: true
 });
});

On Wed, Jul 16, 2008 at 10:09 PM, spicyj <[EMAIL PROTECTED]> wrote:
>
> Try:
>
> $("#Tags, #MoreTags").each(function(input) {
>  input.autocomplete("GetTags", {
>    autoFill: true
>  });
> });
>
>

Reply via email to