I would like to know how to hide and show div using href? For example, I have a Title called "Filter" by clicking the button next to it, I want it to show the elements that are inside it and when I click again I want it to hide the elements.
<div class="widget boxed">
<div class="widget-head">
<h4 class="pull-left">
<i class="icon-reorder"></i>Filtros
</h4>
<div id="filtro" class="widget-icons pull-right">
<a href="#" class="wminimize"><i class="fa-angle-double-down"></i> </a>
<!-- ocultrar nesse aqui-->
</div>
<div class="clearfix"></div>
</div>
<div class="widget-content" style="display: none;">
<!--pra esconder isso -->