2
It is possible to make it if the person clicks off a
div
which contains flags it automatically closes, but if it clicks inside thediv
of the flags nothing happens?
NOTE: Only if you click outside the div
that she will close.
$('#global').on("click", function() {
$('#paises').slideToggle(300);
});
#paises{
display:none;
}
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div id="global">Tens bandeiras?</div>
<div id="paises">Tenho, bué da bandeiras, mas é assim, não sei onde meti os icons e então acabei por escrever um texto muito longo a dar conta que não sabia dos icons e nem sei se todos estão a ler isto até ao fim? Tu estás? É pá! Bora lá bater um papo...</div>
The scripts you embed don’t work because you don’t enable jQuery :)
– Alexandre Lopes
I had to adapt it again :) See: http://jsfiddle.net/77dm6gk8/2/
– Alexandre Lopes
Obigado friend! You’re the man.
– Alexandre Lopes
@Alexandrelopes Here for me is the Stackfiddle that is broken! Because you say that "not able"?
– Zuul
I edited your "Stackfiddle" is now working correctly. I have set jQuery 2.1. Only one moderator left to approve. :)
– Alexandre Lopes