Created
August 31, 2010 14:54
-
-
Save ehynds/559144 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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