ElementQuery Op
Find all matching elements by query in the DOM
Find all matching elements by query 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
- Jan 20, 2026 at 12:53
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)