Skip to content

Instantly share code, notes, and snippets.

@metajack
Created October 3, 2009 01:53
Show Gist options
  • Save metajack/200342 to your computer and use it in GitHub Desktop.
Save metajack/200342 to your computer and use it in GitHub Desktop.
if (document.importNode) {
$(document.importNode(this)).appendTo(div);
} else {
// IE workaround
div.append(this.xml);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment