🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

numberedTextarea is a simple-to-use jQuery plugin that dynamically adds line numbers to a standard html textarea while typing.

Textarea line-number

Documentation

jquery-numberedtextarea

Responsive textarea with line numbering.

Basic Usage

$('#your_textarea').numberedtextarea(); 

Options

$('#your_textarea').numberedtextarea({   color:        null,   // Font color   borderColor:	null,   // Border color   class:        null,   // Add class to the 'numberedtextarea-wrapper'   allowTabChar: false,  // If true Tab key creates indentation }); 

You May Also Like