0
我需要根據將要(或不會)坐在標籤內的特定文本的外觀關閉頁面上的特定DIV頁面上的其他地方...根據頁面上不相關元素中存在的文本使用JQuery關閉元素
在下面的簡化的情況下,如果文本「的具體文本」中的元素被發現,我要關掉DIV與類「依賴」
<div>
<table class="mytable">
<tr>
<td>
<ul>Specific-Text To Test For</ul>
</td>
<tr>
</table>
</div>
... Lots of other stuff going on ...
<div class="dependent">
Here's the DIV I want to show or not show based on appearance of the text 'Specific-Text'
</div>