Class: SelectorEngine

SelectorEngine

Simple selector engine.

new SelectorEngine()

Methods


find(selector, context)

Find elements using passed selector.
Parameters:
Name Type Description
selector String CSS selector.
context HTMLElement | Document Context in which element should be found.
Returns:
Found elements.
Type
Array.<HTMLElement>