jquery ui 自动完成
我正在尝试在我的网站中实现“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过查看多值实现的 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.