日志特殊字段私有字段增加排序,截取过长调用配置方法,流量统计处理带宽数据
This commit is contained in:
@@ -33,7 +33,7 @@ $(function(){
|
||||
$("form input[name$='cfgKeywords']").attr("maxlength","1024");
|
||||
$("form input[class~='domainCheck']").attr("maxlength","1024");
|
||||
//截取过长的文字 使用id选择器;例如:tab对象->tr->td对象. 排除日志table .logTb
|
||||
$("#contentTable").not(".logTb").find("td").each(function(i){
|
||||
$("#contentTable").find("td").each(function(i){
|
||||
//获取td当前对象的文本,如果长度大于25;
|
||||
if($(this).text().trim().length>28){
|
||||
//给td设置title属性,并且设置td的完整值.给title属性.
|
||||
|
||||
Reference in New Issue
Block a user