啦啦啦资源视频在线观看_强互换娇妻爽文100系列_好深太大了疼快点拔出去_不卡精品国产_亚洲人成在线

好運物流網(wǎng)-全國領(lǐng)先的物流網(wǎng)   好運物流網(wǎng)-登錄  好運物流網(wǎng)-免費注冊 進入我的后臺 首頁 | 發(fā)布信息 | 服務(wù)項目 | 物流百科
物流查詢|物流公司|中國物流信息網(wǎng)-好運物流網(wǎng)
 
你正在查看的信息:資訊首頁->資訊頻道->IT編程技術(shù)->正文

Jquery如何實現(xiàn)計算table中的某一列,某一行的合計,Jquery、js計算table列合計

更新時間:2022/4/23 14:26    出處:互聯(lián)網(wǎng)
已經(jīng)瀏覽
2188

利用Jquery選擇器,計算table中的某一列,某一行的合計,非常方便。下面以計算行合計為例:

核心算法:

$('#tableId tr').each(function() {

  $(this).find('td:eq(columnIndex)').each(function() {

    totalAmount += parseFloat($(this).text());

  })

Demo

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>Jquery計算table行合計</title>

<script id="jquery_183" type="text/javascript" class="library" src="http://runjs.cn/js/sandbox/jquery/jquery-1.8.3.min.js"></script>

<script type="text/javascript">

$(document).ready(function() {

    

    var totalRow = 0

    $('#mytable tr').each(function() {

        $(this).find('td:eq(2)').each(function(){

                totalRow += parseFloat($(this).text()); 

        });

    });

    

    $('#totalRow').append('<td>合計</td><td></td><td>'+totalRow+'</td><td></td>');

});

</script>

 

</head>

<body style="width:100%; height:100%;">

<table id="mytable" border="1" width="37%">

    <thead>

    </thead>

    <tr>

        <td width="63" >11</td>

        <td width="68" >12</td>

        <td width="62" >13</td>

        <td width="75" >14</td>

    </tr>

    <tr>

        <td width="63" >21</td>

        <td width="68" >22</td>

        <td width="62" >23</td>

        <td width="75" >24</td>

    </tr>

    <tr id="totalRow"></tr>

</table>

</body>

</html>

還可以看看其他文章,謝謝您的閱讀。
網(wǎng)站申明:系本文編輯轉(zhuǎn)載,來源于網(wǎng)絡(luò),目的在于傳遞更多信息,并不代表本網(wǎng)贊同其觀點和對其真實性負(fù)責(zé),所有權(quán)歸屬原作者。如內(nèi)容、圖片有任何版權(quán)問題,請聯(lián)系我們刪除
上一篇:My97DatePicker控件如何顯示時分秒? 下一篇:js如何實現(xiàn)倒計時,如考試倒計時js代碼
更多相關(guān)的物流文章
IT編程技術(shù)  互聯(lián)網(wǎng)  2023-10-07  瀏覽:7502次
IT編程技術(shù)  互聯(lián)網(wǎng)  2023-02-04  瀏覽:9779次
IT編程技術(shù)  互聯(lián)網(wǎng)  2022-11-24  瀏覽:10627次
IT編程技術(shù)  互聯(lián)網(wǎng)  2022-11-17  瀏覽:11200次
IT編程技術(shù)  互聯(lián)網(wǎng)  2022-11-17  瀏覽:10654次
IT編程技術(shù)  互聯(lián)網(wǎng)  2022-11-14  瀏覽:10569次
IT編程技術(shù)  互聯(lián)網(wǎng)  2022-11-06  瀏覽:10932次
IT編程技術(shù)  互聯(lián)網(wǎng)  2022-11-05  瀏覽:10414次
IT編程技術(shù)  互聯(lián)網(wǎng)  2022-11-05  瀏覽:10134次
IT編程技術(shù)  互聯(lián)網(wǎng)  2022-10-28  瀏覽:11789次
正在被瀏覽的文章
【IT編程技術(shù)】熱點文章
“掃一掃”微信公眾號
好運物流網(wǎng)公眾號二維碼
關(guān)于好運物流網(wǎng) - 聯(lián)系好運網(wǎng) - 物流公司查詢 - 物流知道 - 幫助中心 - 網(wǎng)站地圖
溫馨提示:防范支招 安全警示:貨運合作要有安全意識,需當(dāng)面核實對方真實身份,要簽訂合同/協(xié)議、提供身份證等(防范支招)
免責(zé)聲明:本站只起到物流信息平臺作用,內(nèi)容的準(zhǔn)確性以及物流過程中出現(xiàn)的任何風(fēng)險均由發(fā)布者負(fù)責(zé),與平臺無關(guān)。
好運物流網(wǎng)(haoyun56.com)  備案號:浙ICP備10210792號-4

浙公網(wǎng)安備 33080202000006號