12
如果我有對象的像如何使用對象的數組作爲源jQuery用戶界面自動完成
var arrLinks = [
{ key: 1, url: "http://google.com" },
{ key: 2, url: "http://yahoo.com", title: "Yahoo" },
{ key: 2, url: "http://microsoft.com" }
];
我可以用它作爲源自動完成一個數組?我試着在以下http://jqueryui.com/demos/autocomplete/#custom-data執行,但沒有得到它http://jsfiddle.net/mvNNj/
+1很好的解決方案。你可以添加jquery ui css到小提琴嗎? – naveen 2011-01-12 11:35:46