Skip to content

Instantly share code, notes, and snippets.

@mmccall10
Last active August 29, 2015 14:03
Show Gist options
  • Save mmccall10/5c64fdc99649bf23039d to your computer and use it in GitHub Desktop.
Save mmccall10/5c64fdc99649bf23039d to your computer and use it in GitHub Desktop.
jQuery Clone
$tmc = $("#termsy_master").clone().attr('id', 'his').show();
$("h2", $tmc).text('new title');
$(".sm", $tmc).attr('id', 'sm_new_id');
$(".di", $tmc).attr('id', 'di_new_id');
$tmc.appendTo(".article-content");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment