ElementQuery Op
Selects all matching elements in the DOM
Summary (oneliner)
If you want to do something with multiple elements, you can get it from the DOM using ElementQuery.
Full Name
- Ops.Html.Elements.ElementQuery
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
INPUT PORTS
Parent Element (Object:element)
Query (String)
e.g. ".some-classname", '#some-id' or "footer"
Force Update (Trigger)
OUTPUT PORTS
First element (Object)
first element found
Elements (Array)
array of all elements found
Found (booleanNumber)