1
I need to implement on a screen, a search panel that needs to appear when I click the button (Advanced Search) and within that panel there should be a "Close" button that, when clicked, will hide the same... How do I do it?
//Button code
<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>
Thanks for the help @Leandro!!!
– Master JR
For nothing man! :)
– LeAndrade