TextArea 回车换行的显示

$(".textareashow").each(function(i){
var content = $.trim($(this).text());
var newcontent = content.replace(/\n/g,'<br/>');
$(this).html(newcontent);
});

posted @   roscee  阅读(531)  评论(0编辑  收藏  举报
努力加载评论中...
点击右上角即可分享
微信分享提示