if($(window).width() > 1065) { $("nav ul").removeAttr('style'); $("nav > ul > li").click(function() { $("nav ul ul").removeAttr('style'); }); $("nav > ul > li").hover(function() { $("nav ul ul").removeAttr('style'); }); }