Marisol Escorza
Home
Proyectos
Sobre mí
Contacto
Terms
Home
Proyectos
Sobre mí
Contacto
Terms
No posts
You have no posts in your blog. Start adding some posts in your dashboard.
Home
Sobre mí
Proyectos
Contacto
│
TERMS
function($) { $(document).on('click', 'a[href^="#"]', function(e) { var id = $(this).attr('href'); var $id = $(id); if ($id.length === 0) { return; } e.preventDefault(); var pos = $id.offset().top; $('body, html').animate({scrollTop: pos},800); $( "body.open-menu #overlay-menu .menu-icon" ).trigger( "click" ); }); })(jQuery); //