Also in: Selectors > Content Filter | Selectors > jQuery Extensions :contains() Selector Select all elements that contain the specified text.
Also in: Events > Event Object event.relatedTarget The other DOM element involved in the event, if any.
Also in: Selectors > Child Filter :first-child Selector Selects all elements that are the first child of their parent.
Also in: Selectors > Content Filter | Selectors > jQuery Extensions :has() Selector Selects elements which contain at least one element that matches the specified selector.
Also in: Utilities jQuery.isXMLDoc() Check to see if a DOM node is within an XML document (or is an XML document).
Also in: Selectors > Child Filter :last-child Selector Selects all elements that are the last child of their parent.
Also in: Selectors > Child Filter :nth-child() Selector Selects all elements that are the nth-child of their parent.
Also in: Selectors > Child Filter :only-child Selector Selects all elements that are the only child of their parent.
Also in: Traversing > Filtering .slice() Reduce the set of matched elements to a subset specified by a range of indices.