$("#div1").on("click", function () { if ($(this).hasClass("active")) { setTimeout(function () { $("#div1").removeClass("active"); }, 10); } });