会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
January
博客园
首页
新随笔
联系
订阅
管理
2013年4月10日
jQuery 实现表格列合计
摘要: 用jQuery实现表格列的合计功能,当单元格的值发生变化时,合计行自动统计个单元格的值。1.编写html 1: <table id="table-fund"> 2: <caption class="table-caption-legend"> 3: (单位:万元)</caption> 4: <thead> 5: <tr> 6: <th colspan="3">经费到位情况</th> 7: </tr> 8: ...
阅读全文
posted @ 2013-04-10 22:49 January
阅读(16947)
评论(0)
推荐(2)
编辑
公告