码迷,mamicode.com
首页 > 其他好文 > 详细

jqGrid遍历所有行及获取某一行数据

时间:2018-10-16 10:58:08      阅读:1940      评论:0      收藏:0      [点我收藏+]

标签:style   des   text   var   ==   class   col   行数据   UNC   

$("#gridTable").find("tbody tr").not(".jqgfirstrow").each(function (i) {
        var inventoryQty = $(this).find([aria-describedby="gridTable_InventoryQty"]).text();
        alert(inventoryQty);
            if (inventoryQty == "") {
                hasInventoryQty = false;
            }      
    });
not(".jqgfirstrow")表示排除第一行表头

jqGrid遍历所有行及获取某一行数据

标签:style   des   text   var   ==   class   col   行数据   UNC   

原文地址:https://www.cnblogs.com/firstcsharp/p/9796516.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!