$(document).on('click',function (e) { var target = $(e.target); if(target.closest(".login-box").length == 0){ $(".login-box").hide(); }})