Skip to content

Instantly share code, notes, and snippets.

@scodx
Created July 18, 2013 17:06
Show Gist options
  • Save scodx/6031041 to your computer and use it in GitHub Desktop.
Save scodx/6031041 to your computer and use it in GitHub Desktop.
// en jquery...
var newObj = jQuery.extend(true, {}, oldObj),
// en js...
http://stackoverflow.com/questions/728360/most-elegant-way-to-clone-a-javascript-object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment