标签建议插件 ala Stackoverflow 标签
I love the way StackOverflow handles tags. Is there any jQuery plugin that would duplicate the behavior?
I found this jQuery Tag Suggest but it's not near as good.
Any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是另一个很棒的示例,说明如何使用 Rails 和 jQuery UI 自动完成来完成此操作:
http: //railscasts.com/episodes/102-auto-complete-association-revised
Here is another awesome example of how to do it using Rails and jQuery UI Autocomplete:
http://railscasts.com/episodes/102-auto-complete-association-revised
jQuery UI 自动完成小部件有一些非常相似的东西,现在值得一试(如果您已经在使用 jQuery UI): 自动完成多个值示例。
The jQuery UI Autocomplete widget has something very similar now worth checking out (if you're already using jQuery UI): the Autocomplete multiple values example.