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.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Selects elements that have the specified attribute with a value containing a given substring.
Select all elements that contain the specified text.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
A generic iterator function, which can be used to seamlessly iterate over both objects and arrays. Arrays and array-like objects with a length property (such as a function’s arguments object) are iterated by numeric index, from 0 to length-1. Other objects are iterated via their named properties.