Jquery设置获取list

Posted 亘古不变

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Jquery设置获取list相关的知识,希望对你有一定的参考价值。

            var listItem = "";
            $(‘#AddTable tr‘).each(function () {
                if ($.trim($(this).children("td:eq(0)").text()) == "移除") {
                    var pkid = $.trim($(this).children("td:eq(0)").children("#BusinessCategoryId").val());
                    var EntireCategoryCode = $.trim($(this).children("td:eq(1)").text());
                    var BizCategoryName = $.trim($(this).children("td:eq(2)").text());
                    var RiskLevelId = $.trim($(this).children("td:eq(3)").text());
                    listItem += ‘{"pkid":"‘ + pkid + ‘","Code":"‘ + EntireCategoryCode + ‘","Name":"‘ + BizCategoryName + ‘","RiskLevelId":"‘ + RiskLevelId + ‘",},‘;
                }
            });
            var lists = { "list": "[" + listItem.substring(0, listItem.length - 1) + "]" };

            parent.global = lists

 

          if (global != "") {
                    var dataObj = eval("(" + global.list + ")"); //转换为json对象
                    for (var i = 0; i < dataObj.length; i++) {
                        alert(dataObj[i].pkid);
                    }
                }

以上是关于Jquery设置获取list的主要内容,如果未能解决你的问题,请参考以下文章

回炉重造JQuery 获取和设置元素内容/属性

jquery中,怎么设置值。怎么获取值,怎么修改值 求代码

jQuery获取设置样式

在 jQuery 上设置超时获取速记

如何使用 jQuery 获取/设置输入字段的值? [复制]

jquery尺寸和jQuery设置和获取内容方法