2018年10月18日

数据处理小知识点

摘要: 1.文本域中的回车替换成换行标签 val = val.replace(/\n/g,"<br/>"); 阅读全文

posted @ 2018-10-18 11:03 Mike17 阅读(173) 评论(0) 推荐(0) 编辑

textarea框自适应高度

摘要: export function autoTextarea(elem, extra, maxHeight){ /**textarea文本域随内容的多少而调整高度 */ extra = extra || 0; var isFirefox = !!document.getBoxObjectFor || 'mozInnerScreenX' in window, isOpera = !... 阅读全文

posted @ 2018-10-18 11:00 Mike17 阅读(169) 评论(0) 推荐(0) 编辑

导航

搜狗