我在使用jquery访问子节点时遇到了一些问题。 我有一个像这样的HTML
<div id="wrapper">
<div>
<div>
<table id="customer">
</table>
</div>
</div>
</div>
我有这样的jquery
var parentDiv = $('#wrapper');
var table= parentDiv.html();
console.log(table);
输出
<div>
<div>
<table id="customer">
</table>
</div>
</div>
table = $(table); //jquery object
//i want the table customer of this object
我想要的是获得桌面客户。我怎么能用var表呢? .each()只提取div和.find()。
类似这样的事情
$(innerHtml).each(); //or whatever function i can use to get the table
答案 0 :(得分:0)
试试这个:
{
"unit_data_id": "ABC123",
"unit_data_number": "21"
}