I'm trying that when you click on another place that was the button, hide the div, but I do not get it, I have no idea how to do.
$(function(){
$(document).on('click','#foo',function(){
let div = $('#bar');
if( div.css('...
asked by
04.05.2018 / 04:02