There is a newer version of this op!
This version will not receive any updates. It is recommended to use a newer version.
Current version: Ops.Html.QuerySelector_v2
Selects an element in the DOM
summary (oneliner)
If you want to do something with an element, you can get it from the DOM using QuerySelector. See developer.mozilla.org – querySelector.
doc
issues
example patch id
youtube id
caniuse query
collections
Inputs
Query (string /Number)
E.g. ".some-classname", '#some-id' or "footer"
Outputs
Element (Object)
The first element which can be found using the query or null (no results)