将标签插入文本区域的按钮
我相信这个问题之前已经被回答过,但是我怎样才能拥有按钮/图像/任何东西,以便当我单击它们时,它会像您找到的那样在光标位置周围插入 在论坛中(甚至 StackOverflow 提出问题页面)?
再说一次,我知道这个问题已经得到解答,但我能找到的只是使用 jQuery,而我的服务器不支持它......
谢谢
I believe this has been answered before but how can I have buttons / images / whatever so that when I click them it inserts the <b></b>
around the cursor position like what you find in forums (and even the StackOverflow ask a question page)?
Again, I know this has been answered but all I could find was using jQuery and my server does not support it...
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是我不久前写的jsFiddle
Here's one I wrote awhile ago jsFiddle
看看亚历克斯·金的方法是什么:
http://alexking.org/blog/2003 /06/02/使用 JavaScript 在光标处插入
see what alex king's approach is:
http://alexking.org/blog/2003/06/02/inserting-at-the-cursor-using-javascript
这是一个修改版本,您可以输入任何标签字母
here is a modified version that you can let input any tag letter