Skip to content

Instantly share code, notes, and snippets.

@kharissulistiyo
Created January 7, 2016 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kharissulistiyo/7fabb5b2bf1a4a7e2017 to your computer and use it in GitHub Desktop.
Save kharissulistiyo/7fabb5b2bf1a4a7e2017 to your computer and use it in GitHub Desktop.
Clone social icons
<script>
(function($){
"use strict";
var $socialMenu = $('#menu-social-media-menu');
$socialMenu.clone().appendTo( "#mainnav > div" );
})(jQuery);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment