码迷,mamicode.com
首页 > Web开发 > 详细

js 控制 table style css

时间:2014-08-08 11:57:16      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:style   for   ar   table   js   字符串   return   css   

var table = objj.getElementsByTagName(‘table‘);
alert(table[i].width);
if(table==null) return;
for(var i=0; i<table.length; i++) {
if(table[i].width>parseInt(objj.style.width))
{
table[i].style.width = objj.style.width;
}
}

注:table[i].width为整形,table[i].style.width为字符串。例:alert(table[i].width)输出300, alert(table[i].style.width)输出‘300px‘

js 控制 table style css,布布扣,bubuko.com

js 控制 table style css

标签:style   for   ar   table   js   字符串   return   css   

原文地址:http://www.cnblogs.com/zhanghaoyong/p/3898692.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!