Twitter 风格的自动建议用户名功能

发布于 2024-12-04 07:45:35 字数 460 浏览 0 评论 0原文

我正在尝试实现 Twitter 风格的自动建议用户名功能,该功能将在输入“@”符号时启用。我发现可以使用 jquery.ui 实现一些东西。但是,似乎它不允许同时使用多个用户名。

我可以生成一个包含所需用户名列表的 JSON 输出,但很难弄清楚如何在文本中的任何位置捕获 @ 符号。我还希望在自动建议列表中显示用户的图像、位置。

另外,我发现 http://jqueryui.com/demos/autocomplete/#categories 允许按类别显示列表。如何将其与多用户名功能集成。

示例文本:你好@username1 @username2。虚拟文本1 test2 @用户名3

我对 jquery 没有太多经验。任何人都可以指导我吗?

I am trying to implement twitter style auto-suggest username feature which would be enabled when typed "@" sign. I found something that can be implemented using jquery.ui. But, seems it won't allow multiple usernames at a time.

I can generate a JSON output with a list of required usernames but struggling to figure out how to catch the @ sign anywhere in the text. I am also looking to display user's image, location in auto suggest list.

Also, I found http://jqueryui.com/demos/autocomplete/#categories which allows to display list category-wise. How can I integrate this with multiple username feature.

Sample text: Hello @username1 @username2. Dummy Text1 test2 @username3.

I don't have much experience in jquery. Can any one please guide me.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文