上善若水

水善利万物而不争
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年1月11日

摘要: 表格有几行: var trCnt = table.rows.length; (table为Id )每行有几列:for (var i=0; i<trCnt; i++) table.rows[i].cells.length;javascript操作table: insertRow(),deleteRow(),insertCell(),deleteCell()方法table.insertRow()在IE下没问题 但在firefox下就得改为table.insertRow(-1) 同样其相应的insertCell()也要改为insertCell(-1) insertRow() 方法 定义和用法. 阅读全文

posted @ 2013-01-11 12:49 董锡振 阅读(18566) 评论(0) 推荐(0) 编辑

2012年10月25日

摘要: js 小数 阅读全文

posted @ 2012-10-25 22:51 董锡振 阅读(2649) 评论(0) 推荐(0) 编辑

2012年10月21日

摘要: js小结 阅读全文

posted @ 2012-10-21 22:42 董锡振 阅读(164) 评论(0) 推荐(0) 编辑

2012年10月20日

摘要: String.Format格式化输出 阅读全文

posted @ 2012-10-20 17:13 董锡振 阅读(183) 评论(0) 推荐(0) 编辑

2012年10月9日

摘要: js 去除空格 阅读全文

posted @ 2012-10-09 12:29 董锡振 阅读(165) 评论(0) 推荐(0) 编辑

2012年9月18日

摘要: SQL中的时间、JS获取时间及其他操作 阅读全文

posted @ 2012-09-18 13:22 董锡振 阅读(798) 评论(0) 推荐(0) 编辑

2012年9月16日

摘要: 时间差 TimeSpan 阅读全文

posted @ 2012-09-16 01:16 董锡振 阅读(1832) 评论(0) 推荐(0) 编辑

2012年9月4日

摘要: js 金额转为大写 阅读全文

posted @ 2012-09-04 22:28 董锡振 阅读(214) 评论(0) 推荐(0) 编辑

摘要: CSS 表格 去重复 伪类 阅读全文

posted @ 2012-09-04 22:13 董锡振 阅读(369) 评论(0) 推荐(0) 编辑

2012年8月25日

摘要: WPF TextBlock 阅读全文

posted @ 2012-08-25 08:44 董锡振 阅读(1183) 评论(0) 推荐(0) 编辑