Twitter 风格的自动建议用户名功能
我正在尝试实现 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论