class-name-starting-with
Finds all element starting with
string
. Queries the DOM for '[class*="string"]'.
Usage
var classNameStartingWith = ;;// => [HTMLElement]
API
classNameStartingWith(string, rootElement)
Returns an array with the elements with class name matching string
.
string
Type: string
rootElement
Type: undefined
, HTMLElement