pub fn select_all<'a>(
selector: &str,
root: &'a HTMLElement,
) -> Vec<&'a HTMLElement>Expand description
Select all elements matching the CSS selector.
pub fn select_all<'a>(
selector: &str,
root: &'a HTMLElement,
) -> Vec<&'a HTMLElement>Select all elements matching the CSS selector.