Modified jquery-linedtextarea
The textarea is set up and the "selectedLines" argument is passed in as follows:
$(document).ready(function () {
$(".lined").linedtextarea({
selectedLines: [3,6,13]
});
});
- Oisin Mulvihill 2010-11-23
Reference: