上传者: 42157166
|
上传时间: 2021-11-12 11:10:13
|
文件大小: 3KB
|
文件类型: -
jquery-numberedtextarea
带有行编号的响应文本区域。
基本用法
$('#your_textarea').numberedtextarea();
选项
$('#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
});