Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须创建一个字段,我将能够在 200-300 个选项之间进行选择,并且我希望有一个搜索框以方便在我的选择选项中导航。
有什么推荐吗?
使用本地源的jQuery 自动完成
$( ".selector" ).autocomplete({ source: ["c++", "java", "php", "coldfusion", "javascript", "asp", "ruby"] });