I've tried to hide the button below using: $("i.fa fa-search").hide(); but nothing I try hides the button.
<button type="submit"><i class="fa fa-search" aria-hidden="true">
::before == $0
</i>
</button>
How can I hide the button above using JQuery?