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?