Attribute Contains Word Selector [name~=”value”]
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Selects elements that have the specified attribute with a value containing a given word, delimited by spaces.
Selects elements that have the specified attribute with a value containing a given substring.
Selects all elements of type reset.
Reduce the set of matched elements to the odd ones in the set, numbered from zero.
Selects all elements of type image.
Selects all elements that are hidden.
Add the previous set of elements on the stack to the current set, optionally filtered by a selector.
Remove a property for the set of matched elements.
Selects all elements that are headers, like h1, h2, h3 and so on.
Replace each target element with the set of matched elements.
Bind an event handler to the “select” event, or trigger that event on an element.
Selects all elements that are selected.
Reduce the set of matched elements to a subset specified by a range of indices.
Insert every element in the set of matched elements to the end of the target.
Selects elements that have the specified attribute with a value either equal to a given string or starting with that string followed by a hyphen (-).
Select all elements that are in the progress of an animation at the time the selector is run.
Insert every element in the set of matched elements before the target.
Encode a set of form elements as a string for submission.
Selects all input, textarea, select and button elements.
Insert every element in the set of matched elements after the target.