Skip to content

Instantly share code, notes, and snippets.

@aarifhsn
Created March 23, 2014 18:23
Show Gist options
  • Save aarifhsn/9727266 to your computer and use it in GitHub Desktop.
Save aarifhsn/9727266 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function(){
// clone a area/div and append it to another area/div
jQuery(".mainmenu ul:first-child").clone().appendTo(".small_menu_area");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment