[未解决]jquery中autocomplete的source格式问题 -尊龙游戏旗舰厅官网
尊龙游戏旗舰厅官网
收集整理的这篇文章主要介绍了
[未解决]jquery中autocomplete的source格式问题
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
文档中写的是 http://docs.jquery.com/plugins/autocomplete/autocomplete#url_or_dataoptions
可是我这么用
var a = new array();#(..).autocomplete(a);
报错 this.source is not a function
查了一下 http://stackoverflow.com/questions/3308935/jquery-autocomplete-this-source-is-not-a-function-error
他说要这么写
var a = new array();#(..).autocomplete({source:a});
这样写不会报错了,不过对formatitem这个方法还是不会用,网上的例子都不能使用,愁。
这个网站好像说了一下,但是也没有实质性进展。http://www.devbridge.com/projects/autocomplete/jquery/#demo
jq版本:
jquery-1.6.2.min
jquery-ui-1.8.16.custom.min
转载于:https://www.cnblogs.com/onlylonely/archive/2012/01/10/2317904.html
总结
以上是尊龙游戏旗舰厅官网为你收集整理的[未解决]jquery中autocomplete的source格式问题的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 【转载】flexpaper swftoo
- 下一篇: 我的midas中间层服务器运行效果图