QuerySelectorAll Op

QuerySelectorAll

Selects all matching elements in the DOM


If you want to do something withmultiple elements, you can get it from the DOM using QuerySelectorAll. See developer.mozilla.org – querySelector.


Edit Documentation

Full Name
  • Ops.Html.QuerySelectorAll
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorTest Patches


 

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


Elements (Array)

Patches using QuerySelectorAll

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatartim - 2020-02-19 16:30
cloned op from Ops.Html.QuerySelector_v2user avatarstephan - 2021-11-16 14:03
Ops.User.stephan.QuerySelectorAll renamed to Ops.Html.QuerySelectorAlluser avatarstephan - 2021-11-19 17:30