Advertisement
fahimmurshed

Menu Mobile site one page

Nov 3rd, 2021
884
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.40 KB | None | 0 0
  1. <script>
  2. jQuery( 'li.menu-item a' ).on( 'click', function() {
  3.     document.getElementById( 'ast-mobile-popup' ).classList.remove( 'active', 'show' );
  4.     document.getElementsByTagName('body')[0].classList.remove( 'ast-popup-nav-open', 'ast-main-header-nav-open' );
  5.     jQuery('.main-header-menu-toggle')[0].style.display = 'flex';
  6.     jQuery('.main-header-menu-toggle')[1].style.display = 'flex';
  7. } );
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement