Skip to content

Instantly share code, notes, and snippets.

@ehynds
Created August 31, 2010 14:54
Show Gist options
  • Save ehynds/559144 to your computer and use it in GitHub Desktop.
Save ehynds/559144 to your computer and use it in GitHub Desktop.
// from the docs:
jQuery.isXMLDoc( document ) // false
jQuery.isXMLDoc( document.body ) // false
// where XMLObject equals our wu_tang root node
// from the previous examples:
jQuery.isXMLDoc( XMLObject ) // true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment