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"] });