pub fn on_click_go_to_url<A, B>(
    new_url: A
) -> impl FnOnce(DomBuilder<B>) -> DomBuilder<B>where
    A: Into<Cow<'static, str>>,
    B: AsRef<EventTarget>,
👎Deprecated since 0.5.1: Use the on_click_go_to_url macro instead