我想隱藏Value2的div。我嘗試了很多東西,但迄今爲止沒有成功。以下是示例HTML代碼使用jQuery隱藏內部div標記?
<thead class="line-item-grid-header">
<tr>
<th>
<div>Value1</div>
</th>
<th>
<div>Value2</div>
</th>
</tr>
</thead>
我想特別隱藏第二個div。
任何想法?
第二個div每次或只是與Value2的div? – Nic
div與Value2 – Nitesh