Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 405 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 405 Bytes

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
});