I have a page with text editor that I want to make sure the user knows that the edits they make will be lost before they actually leave. I have done event.preventDefault()
for all links in my page and add my own version of alert box (or to be precise, div that looks like alert box), but for leaving by pressing last page, clicking on a bookmark or typing URL directly, I can only use the ugly default alert box.
Is there a way to customize the alert box on leaving?