1

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

Rajeev
  • 44,985
  • 76
  • 186
  • 285

1 Answers1

2

see this previous answer

Html adding line numbers to textarea

the best result being:

http://files.aw20.net/jquery-linedtextarea/jquery-linedtextarea.html

Community
  • 1
  • 1
Richard
  • 21,728
  • 13
  • 62
  • 101