有没有一个javascript库可以帮助我操作textarea?

发布于 2024-11-07 06:36:02 字数 420 浏览 0 评论 0原文

可能的重复:
如何获取文本区域中的光标位置?

我想要用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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

飞烟轻若梦 2024-11-14 06:36:02

我编写的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文