jquery ui 自动完成

发布于 2024-12-05 17:53:19 字数 290 浏览 1 评论 0原文

我正在尝试在我的网站中实现“jquery ui autocomplete”。

发生的情况是:

用户可以使用“@”提及其他用户,就像在 Twitter 中一样。

一切都运转良好。但在该用户提到另一个用户之后。所以消息看起来像例如 “提及@user1”

即使下一个单词不是用户提及的, 自动完成仍然会继续。如果我在用户成功提及后禁用自动完成功能,则无法执行以下操作。

“提及@user1 @user2”,因为对于“@user2”,自动完成功能被禁用。

有什么建议吗?

I am trying to implement 'jquery ui autocomplete' in my website.

What happens is:

A user can mention other users like in Twitter using '@'.

Everything works well. But after the user has mentioned another user. So the message looks like e.g.
"mentioning @user1"

Autocomplete still goes on even though the next word is not a user mention. If I disable the autocomplete after a succesful user mention, then doing the following is not possible.

"mentioning @user1 @user2" because for "@user2", the autocomplete is disabled.

any suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彻夜缠绵 2024-12-12 17:53:19

您是否尝试过查看多值实现的 docs ?尽管如此,每个值之间确实有逗号。可能相关。

Have you tried to take a look at the docs for the multiple value implementation ? Although, it does have commas in between each value. Might be relevant.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文