2
我對一小組值使用Autocomplete。我希望當用戶關注輸入框(使用鍵盤或鼠標)時,立即顯示「自動完成」源值,而不是等待輸入框輸入。jQuery自動完成 - 顯示焦點值的列表
如何獲得源值立即顯示焦點?
謝謝你,
$("#cityInput").autocomplete({
minLength: 0, // With not that many cities, require at no characters before showing autocomplete
source: getJson(),
// plug-in to the select event in order to keep KnockOut informed about the
});
什麼是「立即」? – Madbreaks
「當用戶關注輸入框時」我想顯示自動完成列表 – contactmatt