Function replace_by_id

Source
pub fn replace_by_id(
    id: impl Into<String>,
    html: impl Into<String>,
) -> Result<(), ReplaceHtmlError>
Expand description

Replace the inner HTML of an element by ID.