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);

js 获取table tr td内的select 和input text,布布扣,bubuko.com

js 获取table tr td内的select 和input text

上一篇:MVC文件上传09-使用客户端jQuery-File-Upload插件和服务端Backload组件让每个用户有专属文件夹,并在其中创建分类子文件夹


下一篇:scala简要:操作符和解析器