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

Just another jQuery plugin to show line numbers in your textarea element that will be placed on the left side with custom background and text colors.

Textarea line-number

Documentation

bcralnit.js

jQuery plugin to add line number in textarea, pre, div etc.

Sample:

// Default $(element).bcralnit(); 

// with options $(element).bcralnit({ width: '50px', // default: '60px' background: 'salmon', // default: '#ddd' color: '#fff', // default: '#333' addClass: 'foo' // default: '' });


You May Also Like