如何使我的标签在输入后显示为链接?
现在我正在使用 acts-as-taggable-on 作为标签和 rails3-jquery-autocomplete 自动完成标签。一切都已设置,但我想要效果,因此一旦他们输入标签,文本框下方就会出现他们输入的任何标签,就像在该网站上提问时一样。
任何人都可以向我展示或指出正确的方向来做到这一点,这个网站是如何做到的?
谢谢你!
Right now i am using acts-as-taggable-on for tags and rails3-jquery-autocomplete to auto complete the tags. Everything is set up but i want the effect so as soon as their done typing out a tag, underneath the text-box appears whatever tag they typed out just like when asking a question on this site.
Can anyone show me or point in the right direction to do it how this site did it?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你自己编写的话,使用 jquery 应该是非常简单明了的东西。
你将需要这些东西 -
即使检查该网站的 html 标签也将提供有关 css 和 html 的良好见解。
It should be pretty simple and straightforward stuff with jquery if you write on your own.
You will need these things -
Even inspecting this site's tags html will also give good insight regarding css and html there.