Jquery - 分配行号
如何使用jquery为文本区域分配行号。行号应该出现在文本区域的左侧
<textarea name='comments' id='comments' cols=10 rows=10></textarea>
并且行号和文本应该彼此内联
how to assign line numbers for a textarea using jquery.the line numbers are suppose to appear on the lefyside of the textarea
<textarea name='comments' id='comments' cols=10 rows=10></textarea>
And the linenumbers and text should be inline with eachother
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅之前的答案
Html 将行号添加到文本区域
最佳结果是:
< a href="http://files.aw20.net/jquery-linedtextarea/jquery-linedtextarea.html" rel="nofollow noreferrer">http://files.aw20.net/jquery-linedtextarea/jquery-linedtextarea.html
see this previous answer
Html adding line numbers to textarea
the best result being:
http://files.aw20.net/jquery-linedtextarea/jquery-linedtextarea.html