ashishsthanp

Zakra append header top menu to mobile menu

Dec 18th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. jQuery( document ).ready( function(  ) {
  2.     jQuery( '#mobile-primary-menu' ).append( jQuery( '#header-top-right-menu' ).children() );
  3. } );
Advertisement
Add Comment
Please, Sign In to add comment