$(document).on('scroll', function() { if($(this).scrollTop() >= 100){ $(".responsive-menu-toggle.active").click(); }})
Comments