pull/2/head
宿召阳 2014-11-12 17:41:14 +08:00
parent 9ad9a8812f
commit 4844f7861b
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ $.fn.webSocket = function(opt){
//去除log中的颜色控制字符
var regx = /\x1B\[([0-9]{1,3}((;[0-9]{1,3})*)?)?[m|K]/g;
tag.append('<p>'+escapeString(obj.content.replace(regx,''))+'</p>');
tag.animate({ scrollTop: tag[0].scrollHeight}, 1000);
});
return tag[0];
} ,