Permanent Redirect. $(function() { $(".footerTopConLeft>div a").mouseenter(function(){ $(this).parent().children().eq(1).addClass("active") }).mouseleave(function() { var $this = $(this) var hideTime = setTimeout(function(){ $this.parent().children().eq(1).removeClass("active") },10); $(".footerTopConLeft .showBottom").mouseenter(function() { clearTimeout(hideTime); }).mouseleave(function(){ var hideTime = setTimeout(function(){ $this.parent().children().eq(1).removeClass("active") },10); }) }); $(".foot_item>a").mouseenter(function(){ $(this).parent().children().eq(1).addClass("active") }).mouseleave(function() { var $this = $(this) var hideTime = setTimeout(function(){ $this.parent().children().eq(1).removeClass("active") },10); $(".foot_item .about").mouseenter(function() { clearTimeout(hideTime); }).mouseleave(function(){ var hideTime = setTimeout(function(){ $this.parent().children().eq(1).removeClass("active") },10); }) }) });