标签: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")表示排除第一行表头
标签:style des text var == class col 行数据 UNC
原文地址:https://www.cnblogs.com/firstcsharp/p/9796516.html