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); }[border]历史优惠活动内容
猜你可能想看的VPS
- 华为云近期云服务器 1 折促销活动整理,国内 香港 CN2 服务器新用户香港VPS[主机]
- nexusbytes→大硬盘 VPS $38 年 KVM 512m 内存全球[VPS测评]
- 做站必选 腾讯云秒杀→2 核 4G 内存 50G 硬盘 3Mbps KV全球[VPS测评]
- $3.5 月 1G 内存 50G 硬盘 1T 流量 1Gbps KVM 全球[VPS测评]
- Virmach 黑五闪购活动又开始 5 分钟更新一个配置 4 刀 5 刀全球[VPS测评]
- Namecheap 注册 com 域名优惠 46% 注册 net 域名优全球[VPS测评]
- 一般般-AlexHost→€11.8 年 1.5GB 内存 10GB S虚拟空间(主机)
- 分享一些支持比特币付款的国外独立服务器商家独立服务器[U]
- Hosteons→洛杉矶 KVM VPS 100Mbps 不限流量;免费全球[VPS测评]
- 促销 ZJI→香港邦联服务器 8 折优惠 山河城高防服务器 8 折优惠 独立服务器[U]
- Chrome插件Logo Grabber快速取得网站或品牌Logo全球[VPS测评]
- CloudCone黑五闪购,每小时都有惊喜,超低价值得期待全球[VPS测评]
- Terrahost挪威AMD不限流量VPS六五折优惠,Ryzen 595全球[VPS测评]
- 为什么大家都选择香港服务器建站香港VPS[主机]
- 云服务器都是有哪些特点?全球[VPS测评]
- 很简单的图片不规则布局样式,纯css样式实现的图片瀑布流布局全球[VPS测评]
- 如何根据业务需求选择合适的云服务器配置?全球[VPS测评]
- 什么是VPS?国内VPS有哪些?全球[VPS测评]
- 2023年 IDC市场结构和方向的深度分析全球[VPS测评]
- 很简单的图片不规则布局样式,纯css样式实现的图片瀑布流布局全球[VPS测评]
- 海量科技:香港2核2G云服务器,5M独享带宽,低至168元/月香港VPS[主机]
- 2.45亿、成都公安(大数据基座-服务器)采购:神码、虹信、海康、超聚变全球[VPS测评]
- 轻云互联,香港美国vps终身8.8折17元/月起,cn2直连线路,50G美国VPS[主机]
- Aoyohost:1核1GB/20GB/600GB流量/60Mbps端口香港VPS[主机]
- 冀青云怎么样?香港CN2-GIA vps月28元/香港NTT 月9元香港VPS[主机]
- PQhosting:香港HE/乌克兰/俄罗斯/荷兰/摩尔多瓦vps主机/香港VPS[主机]
- tudcloud,香港沙田大带宽vps特惠7折,CN2+BGP直连,10香港VPS[主机]
- 一万网络双蛋狂欢活动:2核2G5M云服务器仅377.46元/年全球[VPS测评]
- 云计算的三种服务模式,SaaS和PaaS的区别在哪里?全球[VPS测评]
- 麻花云:2021新春采购节,香港云主机2折起,安徽BGP高防云机,移动大香港VPS[主机]
转载请注明原文地址:http://140.238.13.167:12355/read-157569.html











