如:
1 | a | cc | dh | e | e |
2 | 4 | 3 | |||
3 | dd | ||||
4 | k | l | m | ||
5 | b | 3 | col1 | ||
col2 | 4 | 4 | |||
n | col3 |
还原后
1 | a | cc | dh | e | e |
2 | a | cc | dh | 4 | 3 |
3 | a | dd | dh | ||
4 | a | dd | k | l | m |
5 | b | 3 | col1 | col1 | col1 |
5 | b | col2 | col2 | 4 | 4 |
5 | b | n | col3 | col3 | col3 |
jquery插件代码:
jQuery.fn.ResetTable=function(){
$("tr",this).each(function(trindex,tritem){
$(tritem).find("td").each(function(tdindex,tditem){
var Rcount=$(tditem).attr("rowspan");
var Ccount=$(tditem).attr("colspan");
var newtd="<td class='Ctd'>"+$(tditem).text()+"</td>";
if(Rcount>1){
var parent=$(tditem).parent("tr")[0];
while(Rcount >1){
$(parent).next().find("td").eq(tdindex).before(newtd);
parent=$(parent).next();
Rcount--;
}
$(tditem).removeAttr("rowspan");
}
if(Ccount>1){
while(Ccount>1){
$(tditem).after(newtd);
Ccount--;
}
$(tditem).removeAttr("colspan");
}
});
});
}
调用:
$("#testtable").ResetTable();
KESION 科汛软件
KESION 科汛软件是国内领先的在线教育软件及私域社交电商软件服务提供商,长期专注于为企业提供在线教育软件及社交电商SaaS平台解决方案。
公司核心产品云开店SaaS社交电商服务平台、在线教育SaaS服务平台、教育企业数字化SaaS云平台、企微营销助手、私有化独立部署品牌网校和在线教育咨询等。KESION 不断通过技术创新,提供产品和服务,助力企业向数字化转型,通过科技驱动商业革新,让商业变得更智慧!
也许你会在纳闷,为什么我上传了flv或MP4文件到服务器,可输入正确地址通过http协议来访问总是出现“无法找到该页”的404错误呢?这就表明mp4格式文件是服务器无法识别的,其实,这是没有在iis中
1:点击安装,提示兼容问题,然后没有然后了··· 没有反应了?解决方法:直接运行? 光盘\Microsoft SQL Server 2000 四合一\ENTERPRISE\X86\SETUP\SETU