I'm creating an element for a personal site, and would like this element "
<div>
" to be opened / closed when a button is clicked.
It is a <div>
containing some country flags to change the language.
I think you could use that function .slide
of jQuery to create this effect.
However, I know only the basics in jQuery.
Thank you in advance:)
Note: The div to be opened is this:
<div id="paises">Aqui ficará as bandeiras</div>