<script>    
     $(".pagebg").on('click', function(d) {
        d.preventDefault();
        $("#dnnMenu").removeClass('nav-open');
        $("#google").removeClass('search-open');
    });
    </script>
I'm trying to Hide the Menu When I click outside of the div. It does Exactly What I want it to do. But when I click on the links they don't work since when I click on the link it just thinks its the body and hides the menu.
 
    