在执行 space 之后将文本框内容放在 span 或 li 上
有没有一种简单的方法可以执行类似 stackoverflow 中问题区域底部的标签编辑器之类的操作。
我需要一个字符串列表。因此,我计划创建一个文本框,按下空格键,内容将被推送到 span 或 li 标签中,并且文本框被清空并准备好输入要推送的新内容。
Is there an easy way to do something like the tag editor at the bottom of the question area in stackoverflow.
I need a list of strings. So, I planned to do a textbox and on pressing the space key, the content is pushed in to a span or a li tag, and the textbox is emptied and ready to enter new content to be pushed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此处演示
HTML
CSS
jQuery
演示在这里 我希望你想要这种行为
Demo here
HTML
CSS
jQuery
Demo here I hope you wanted this behaviour