Skip to content

.find()

esr360 edited this page Apr 18, 2019 · 6 revisions

Find descendent DOM elements of each element in the set of matched elements, filtered by Module name, Component name, and/or Modifier name

.find({ module, component, modifier })

.find({ module, component, modifier }, config);
Param Type Info
{module} String The name of a module to match elements against
{component} String The name of a component to match elements against
{modifier} String The name of a modifier to match elements against
[config] Object The configuration to use when calling the method (learn more)

.find(query)

.find(query, config);
Param Type Info
query String The name of a module or component to match elements against
[config] Object The configuration to use when calling the method (learn more)
Clone this wiki locally