When I try to implement auto-complete using the code below I get an error stating:
.data(\"autocomplete\") is undefined
How ever if I remove th
data('ui-Autocomplete') resolved my troubles. I think it's from jquery 1.7 with jquery-ui 1.8. data('autocomplete') was ok. The same script with a recent version of these files doesn't work.
data('ui-Autocomplete')
jquery 1.7
jquery-ui 1.8
data('autocomplete')