QuerySelector_v2 Op
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.
Full Name
- Ops.Html.QuerySelector_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch Example: QuerySelector and QuerySelectorAll
INPUT PORTS
Update (Trigger)
Query (String)
E.g. ".some-classname", '#some-id' or "footer"
Mode index (Number:integer )
Type index (Number:integer )
Document (String)
OUTPUT PORTS
Element (Object)
The first element which can be found using the query or null (no results)