Autocomplete on a page with multiple fields is causing slow script and browser hangs

Autocomplete on a page with multiple fields is causing slow script and browser hangs

Hi,

I am trying to implement autocomplete feature on a page on a table column. As the number of records grows in the table I am getting slow script error and browser hangs.

As the id's of column for each row is different on page load, I am using 
$(id).autocomplete("getValues.jsp") for each column in the row

is there any better way of doing this.

Your help on this is highly appreciated.

Thanks