Skip to main content

get_element_by_id

Function get_element_by_id 

Source
pub fn get_element_by_id(id: &str) -> Option<Element>
Expand description

Returns the DOM element with the given id, or None if not found.