i want to hide some elements after a specific text / the last word of the first div
<div class="top">here is some text</div>
<table class="middle">
...
</table>
<div class="bottom">...</div>
hide table(middle) and the div(bottom) depending on the word "text" from the first div