As the user types text in the City Name field, Suggestions are dynamically displayed, similar to Google's auto-suggest.
用户在City Name字段中键入文本时,将动态显示建议,类似于Google的自动建议功能。
When you focus on the field, you get to see the possible values (in this case, several URLs) from the datalist, similar to Ajax style auto-suggest fields that are popular.
当您聚焦该字段时,您将看到来自datalist的可能值(本例中是几个URL)。
I also describe how to build an auto-complete control, similar to Google suggest, that displays a suggestion list that is updated in real time as a user types.
我还介绍了如何构建类似于Google Suggest的自动完成控件,在用户输入时显示实时更新的建议列表。
应用推荐