jQuery - detectar click fuera de elemento
AUTOR PREGUNTA #1
-
3 personas más tuvieron esta duda Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
$('html').click(function() { }); $('#menucontainer').click(function(event){ event.stopPropagation(); });