使用 jquery 的行号
<div id="line_numbers"></div>
<textarea cols="65" rows="15" name="comments" id="comments"></textarea>
<textarea cols="65" rows="15" name="matches" id ="matches"></textarea>
有很多例子( Html 添加行号到文本区域 )但我只想使用 jquery 实现文本区域的行号。请让我知道如何去做。任何帮助将不胜感激
<div id="line_numbers"></div>
<textarea cols="65" rows="15" name="comments" id="comments"></textarea>
<textarea cols="65" rows="15" name="matches" id ="matches"></textarea>
there are many examples out there(
Html adding line numbers to textarea
) but i just want to implement line numbers for a text area using jquery.Please let me know how to go about it.Any help would be really appreciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还没有研究过任何插件。不过,这里有一个简单的入门方法。
CSS:
jQuery:
I haven't looked into any plugins. However, here's a simple way for you to get started.
CSS:
jQuery:
我从未使用过它,但还有 JQuery Lined TextArea 插件。
I've never used it, but there's also the JQuery Lined TextArea plugin.