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.
推特引导。仅由@触发打字头。我正在开发一个 twitter 网络应用程序。目前打字头由任何匹配的字母触发。但是,如果用户键入 @ 然后匹配字母,我希望它被触发。
您必须自己重写 Bootstrap 的 typeahead JS 文件以将其限制为@仅触发搜索。
@
这是唯一的方法。