EduardET

Untitled

May 11th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. ( function( $ ) {
  3.     $( document ).ready( function() {
  4.         var menuButton = $( ".mobile_menu_bar.mobile_menu_bar_toggle" ),
  5.             menuItems = $( ".et_mobile_menu .wpc-menu-item" );
  6.         menuItems.each( function() {
  7.             var link = $( this ).find( "a" );
  8.             link.click( function() {
  9.                 menuButton.trigger( "click" )
  10.             } )
  11.         } )
  12.     } );
  13. } )( jQuery );
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment