Skip to main content

select_all

Function select_all 

Source
pub fn select_all<'a>(
    selector: &str,
    root: &'a HTMLElement,
) -> Vec<&'a HTMLElement>
Expand description

Select all elements matching the CSS selector.