Load JQuery Autocomplete into TabBar

Hi
I have this situation:

<script type="text/javascript"> $(document).ready(function(){ $("#txt1").autocomplete({ source: "source.php", )} )} </script>
for use JqueryUI Autocomplete in a input text like this

<input type="text" id="andata_localita" size="50"/>

And is ok, but when I load in a TabBar no longer works.
How can I load this in a TabBar? which method should I use?

Sorry, the input text is this:

<input type="text" id="txt1" size="50"/>

Hi,

I think that something like the following will do:

[code]


[/code]