$(document).ready(function(){ $(".footer .asub").toggle( function () { $(".subnav").slidedown(); $(this).addclass("show") }, function () { $(".subnav").slideup(); $(this).removeclass("show") } ); }); // function asres(){ $(".h_header").height($(".header").height()); }; $(window).resize(function(){ asres(); }); asres();