这是jquery的一部分。
htmlAppend = jQuery("<table data-type='TempItem'></table>")
.html(htmlTempItem)
.find('td[data-column="No"]')
.html(NumRow)
.parents("table[data-type=TempItem] tbody")
.html();
htmlAppend = jQuery("<table data-type='TempItem'></table>")
.html(htmlAppend)
.find('td[data-column="ExpressCondi"]')
.html(item.ExpressCondi)
.parents("table[data-type=TempItem] tbody")
.html();
这是HTML部分。
<th><span><label>No.</label></span></th>
<th><span><label>Express Condi</label></span></th>
大家好,
这是一个例子:https://gyazo.com/273e393d42a37add97cc3216cf9e0925
谢谢。