JQuery 动态求和的方法
![]() | ![]() | ![]() | ![]() |
| 【性价之王】 | 【线路之王】 | 【价格之王】 | 【配置之王】 |
| 【免费之王】 | 【香港首推】 | 【梯子之王】 | 【独服之王】 |

HTML 代码:
<table border="1" cellspacing="0"> <thead> <th></th> <th>语文</th> <th>数学</th> <th>英语</th> <th>总分</th> </thead> <tbody> <tr> <td></td> <td><input type="text" placeholder="--" onkeyup="total()"></td> <td><input type="text" placeholder="--" onkeyup="total()"></td> <td><input type="text" placeholder="--" onkeyup="total()"></td> <td id="row1"></td> </tr> <tr> <td></td> <td><input type="text" placeholder="--" onkeyup="total()"></td> <td><input type="text" placeholder="--" onkeyup="total()"></td> <td><input type="text" placeholder="--" onkeyup="total()"></td> <td></td> </tr> <tr> <td>合计</td> <td id="col1"></td> <td></td> <td></td> </tr> </tbody> </table>JQuery 代码:
function total(){ var colTotal = 0; var rowTotal = 0; // 计算列和 $('table tr:gt(0)').each(function(){ if(parseFloat($(this).find('td:eq(1) input[type="text"]').val())){ colTotal += parseFloat($(this).find('td:eq(1) input[type="text"]').val()); } }); $('#col1').text(colTotal); // 计算行和 $('table tr:eq(1) td input[type="text"]').each(function(){ if(parseFloat($(this).val())){ rowTotal += parseFloat($(this).val()); } }); $('#row1').text(rowTotal); }猜你可能想看的VPS
- 重磅消息 最热美国 VPS 服务商 Virmach 又放出一个 7 折优美国VPS[主机]
- 免费主机 iON→1G 空间 25G 流量免费 WordPress 空间虚拟空间(主机)
- RAKsmart 美国服务器九月促销 100M 1G 10G 独享不限流美国VPS[主机]
- X4B→主打 DDOS 防护 有日本 新加坡 洛杉矶 德国等节点 50G日本VPS[主机]
- MySQL:1248 - Every derived table mus全球[VPS测评]
- 便宜 OLVPS→1 核 256M 内存 5G 硬盘 1T 流量 300全球[VPS测评]
- 今日秒杀→2C4G3M 三年 688 元 2C4G5M 三年 998 元全球[VPS测评]
- 国庆特惠 咖啡主机→美国三网 CN2 GIA 线路 VPS 月付低至 1美国VPS[主机]
- 站长总结的干货→低价 VPS 适合建站 便宜 靠谱 好用全球[VPS测评]
- 无 IPV4-vServer.site→€0.49 月 1 核 512M全球[VPS测评]
- ¥999 年 8 核 CPU 5G 内存 50G 硬盘 10M 带宽不限全球[VPS测评]
- 极光 KVM 双十一 美西 CN2 BGP 512M内存600G流量10全球[VPS测评]
- CloudCone便宜 KVM VPS,1G内存/50GB容量/1Gbp全球[VPS测评]
- GigsGigsCloud 新加坡 VPS CLOUDLET SG K1全球[VPS测评]
- Silicom美国便宜 cPanel 虚拟主机,$3起/年;VPS主机,美国VPS[主机]
- 如何在begin主题实现评论自动排第一全球[VPS测评]
- Wikihost(idc.wiki) → 香港Cera 大宽带大流量带香港VPS[主机]
- CubeCloud 2核心 1G内存 15G SSD 1T流量 1G带宽全球[VPS测评]
- [信息]CloudCone 1811促销全球[VPS测评]
- 租用美国服务器有哪些安全方案美国VPS[主机]
- 戈登云VPS,6折,充值送50%,香港cn2,美国cn云服务器,2核2G美国VPS[主机]
- 亿速云香港服务器助力企业出海 有哪些具体的特点和优势?香港VPS[主机]
- CubeCloud,靠谱的香港cn2vps,美国cn2终身九折,原生IP美国VPS[主机]
- edgenat,低价年付促销活动,香港vps 4核8G仅300元/年,美美国VPS[主机]
- 麻花云:香港CN2VPS月付19元起,安徽移动8核/16G/20M独服2香港VPS[主机]
- 1分钟快速读懂云计算全球[VPS测评]
- 野草云:香港CN2VPS年付36折,137元/年;独立服务器350元月起独立服务器[U]
- 特网云:香港高防CN2云服务器,新加坡/美国/洛杉矶/英国/荷兰等,5M美国VPS[主机]
- 咖啡主机:香港1G:15.6元/月(季付),美西1G:16.8元/月(季香港VPS[主机]
- 港网科技怎么样?国内BGP云主机,2核2G5M带宽仅377.46元/年全球[VPS测评]
转载请注明原文地址:http://140.238.13.167:12355/read-211047.html











