I need to implement on a screen a search panel that needs to appear when I click the (Advanced Search) button and inside this panel should have a "Close" button that, when clicked, will hide the same ... How do I do that?
//Visiblepanel
//Buttoncode
<button id="btnPesquisaAvancada" type="button" class="btn btn-outline btn-default" data-toggle="tooltip"
data-original-title="Pesquisa Avançada" data-container="body">
<i class="icon wb-search" aria-hidden="true"></i>
<span class="hidden-xs">Pesquisa Avançada</span>
</button>