:contains() Selector
Select all elements that contain the specified text.
Select all elements that contain the specified text.
Get the children of each element in the set of matched elements, including text and comment nodes.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Select all elements that have no children (including text nodes).
Select all elements that have at least one child node (either an element or text).
Insert content, specified by the parameter, before each element in the set of matched elements.
Insert every element in the set of matched elements to the end of the target.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Insert every element in the set of matched elements to the beginning of the target.
Insert content, specified by the parameter, after each element in the set of matched elements.
Execute some JavaScript code globally.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Insert every element in the set of matched elements after the target.
Insert every element in the set of matched elements before the target.
Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Bind an event handler to be fired when the mouse enters an element, or trigger that handler on an element.
Set a timer to delay execution of subsequent items in the queue.
Bind an event handler to the “keyup” JavaScript event, or trigger that event on an element.