有没有一个javascript库可以帮助我操作textarea?
可能的重复:
如何获取文本区域中的光标位置?
我想要用javascript对textarea进行一些基本但常见的操作,例如
- 获取光标位置
- 设置光标位置
- 将一些文本插入到光标位置
- 选择textarea中的所有文本
- 选择一系列文本
- 将一些文本插入到光标位置并选择它立即地。
我希望它可以跨浏览器工作。
有这样的javascript库吗?
Possible Duplicate:
how can i get cursor position in a textarea?
I want some basic but common operations on textarea with javascript, such as
- get the cursor position
- set the cursor position
- insert some text to the cursor position
- select all text in textarea
- select a range of text
- insert some text to the cursor position, and select it immediately.
I hope it working cross-browers.
Is there such javascript library?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我编写的 jQuery 插件可以完成所有这些工作。也有一个独立版本,但需要一些整理。如果您不喜欢 jQuery,那么它会给我一个整理并发布它的理由。
There's a jQuery plug-in I've written that does all of this. There's a standalone version too but it needs a little bit of tidying. If you'd prefer no jQuery then it would give me a reason to sort it out and release it.