$.contains
$.contains(parent, node) ⇒ boolean
Check if the parent node contains the given DOM node. Returns false if both are the same node.
$.contains(parent, node) ⇒ boolean
Check if the parent node contains the given DOM node. Returns false if both are the same node.