jquery ui 自动完成建议在键入的单词之间输入空格后不会关闭
您好,我之前打开过这个帖子 如何标记像 Facebook 或 Twitter 这样的 Feed 中的用户会这样做吗?。我正在使用 jquery 自动完成 &到目前为止,我有此代码。
现在,当我输入@user-name 时,就会出现建议。但是当我按空格键时,建议仍然存在。理想情况下,当我按空格键时,建议应该消失,就像我们在 Facebook 中经历的那样。请帮助我获得理想的行为。谢谢你!
Hi I have previously opened this thread How to tag users in feed like Facebook or Twitter does?. I am working with jquery autocomplete & so far I have this code with me.
Now when I am entering @user-name the suggestions are appearing. But when I hit spacebar the suggestions still remain there. Ideally suggestions should disappear as I hit space bar as we experience in facebook. Please help me to get the ideal behaviour. Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
编辑您的代码,在第 45 行的
else
范围中再添加一行,我确信它会解决问题。
Edit your code to add one more line to
else
scope on line number 45I'm sure it will fix the problem.