摘要: 方法一:设置Repeater隐藏某列JS 前台就可以实现呀。 <input type="button" onclick="fun()"/> Repeater 生成的table id 是 ‘table1’funciton fun() { var tb = doucment.getElementById("table1"); var len = tb.rows.le... 阅读全文
posted @ 2010-09-16 11:42 Jack_You 阅读(1811) 评论(0) 推荐(0)