問題描述
我知道他們使用的是 jQuery 插件,但我似乎無法找到他們使用的是哪個插件.特別是,我正在尋找的是具有與 SO 的自動完成功能完全相同的功能的自動完成功能,它會在輸入的每個新單詞時執行 AJAX 命令,并允許您從下拉列表中選擇一個.
I know they're using a jQuery plugin, but I can't seem to find which one they used. In particular, what I'm looking for is autocomplete with exactly the same functionality as SO's autocomplete, where it will perform an AJAX command with each new word typed in and allow you to select one from a dropdown.
推薦答案
注意標簽編輯器 現在已經完全重寫,不再像原來的、帶有建議下拉菜單的簡單文本框了,該文本框已經裝飾了該網站近三年.
Note that the tag editor has been completely re-written now, and no longer resembles the original, simple text box w/ suggestion drop-down that adorned the site for nearly three years.
如果您對新表單感興趣,請參閱此元問題:https://meta.stackexchange.com/questions/102510/can-i-use-the-tag-textbox-script
If you're interested in the new form, see this Meta question: https://meta.stackexchange.com/questions/102510/can-i-use-the-tag-textbox-script
Autocomplete 是最初使用的插件,盡管對其進行了各種調整和自定義年.
Autocomplete is the plugin used originally, albeit with various tweaks and customizations made to it over the years.
這篇關于StackOverflow 的“標簽"文本框自動完成是如何工作的?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!