1 thoughts on “Hello world!

Leave a Reply

Your email address will not be published. Required fields are marked *

jQuery(document).on('click', '.mobile-menu a[href*="#"]', function(e) { var target = jQuery(this.hash); if (target.length) { e.preventDefault(); jQuery('html, body').animate({ scrollTop: target.offset().top }, 600); jQuery('.mobile-menu').removeClass('active'); // Closes the menu } });