I have this code structure , and i want to search for span that has text "Refund Offline" and then add the class hide_button to the parent tag " button".
basically I want to hide the button that has "Refund Offline" text.
<button class="scalable save submit-button" type="button" id="id_b5295d98b1d6eb3012e2dfd801ede120">
<span>Refund Offline</span>
</button>
Using jQuery
thanks in advance