Given the following HTML, how could we make this button disappear from the page using jQuery?
<button class="btn btn-primary" type="submit">Continue to checkout</button>
Given the following HTML, how could we make this button disappear from the page using jQuery?
<button class="btn btn-primary" type="submit">Continue to checkout</button>