$("#suggest3").autocomplete(someArray, {
multiple: true,
mustMatch: true,
autoFill: true
});
"Jhon Smith"
"Borris Baker"
"Dove Elliot"
現在類型'史密斯Jhon'仍然價值(Jhon史密斯)可供選擇...:sjQuery的自動完成修改的Gmail像在當我應鍵入「約翰史密斯」的值(JHON史密斯)將在下拉可用....但是,如何使得調整甚至當我上述組合匹配
ie喜歡在Gmail中,只要'Jhon'和'Smith'在那裏......即順序無關緊要。
請參閱我的問題在這裏回答:[http://stackoverflow.com/questions/2382497/jquery-autocomplete-plug-in-search-configuration/2405646#2405646](http: //stackoverflow.com/questions/2382497/jquery-autocomplete-plug-in-search-configuration/240 5646#2405646) – 2010-03-09 14:45:11