QuerySelectorAll Op

QuerySelectorAll

Selects all matching elements in the DOM


<p>If you want to do something withmultiple elements, you can get it from the DOM using QuerySelectorAll. See <a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector">developer.mozilla.org – querySelector</a>.</p>


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


INPUT PORTS


Update (Trigger)
Query (String)

<p>E.g. &quot;.some-classname&quot;, &#39;#some-id&#39; or &quot;footer&quot;</p>

Mode index (Number:

<i>integer</i>

)

Type index (Number:

<i>integer</i>

)

Document (String)

OUTPUT PORTS


Elements (Array)

Patches using QuerySelectorAll

  • Examples
  • Public
  • My Patches

Changelog


newcreated opuser avatartim - 2020-02-19 16:30
featureCatch errors and show them to the useruser avatarpandur - 2024-09-12 15:22