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('uiAutocomplete')
替换
data('autocomplete')
就好了
|