js 获取table tr td内的select 和input text
$("#TableList tr").each(function ()
{
//for (var i = 1; i <= AM_index; i++)
{
_Drop_LocationText = $(this).find("td:first").find("select").val(); //$("#" +
"Drop_Location" +
K).val();
_Drop_LogicNetworkText = $(this).children(‘td‘).eq(1).find("select").val(); //
$("#" + "Drop_LogicNetwork" +
K).val();
_Drop_ProductText = $(this).children(‘td‘).eq(2).find("select").val(); // $("#"
+ "Drop_Product" +
K).val();
_Req_Number = $(this).children(‘td‘).eq(3).find("input:text").val();
//GetInputNum(K);
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。