control-freak-ide/Control-Freak-Documentation/jQuery/docs/entries/jQuery.isXMLDoc.json
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

1 line
599 B
JSON

{"name":"jQuery.isXMLDoc","type":"method","title":"jQuery.isXMLDoc()","deprecated":null,"removed":null,"desc":"Check to see if a DOM node is within an XML document (or is an XML document).","categories":["utilities","version/1.1.4"],"entries":[{"return":"Boolean","signatures":{"added":"1.1.4","argument":{"desc":"The DOM node that will be checked to see if it's in an XML document.","name":"node","type":"Element"}},"examples":{"desc":"Check an object to see if it's in an XML document.","code":"\njQuery.isXMLDoc( document ) // false\njQuery.isXMLDoc( document.body ) // false\n"},"longdesc":""}]}