Skip to content

Instantly share code, notes, and snippets.

@jordandobson
Created June 16, 2014 17:37
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 jordandobson/0aebd3c5f67353714969 to your computer and use it in GitHub Desktop.
Save jordandobson/0aebd3c5f67353714969 to your computer and use it in GitHub Desktop.
Clone a html node and make unique
var clone = $(".cloneThisElement").clone().attr("id", "id-"+$.now());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment