SAKryukov / modal-popup-from-scratch

Modal Popup from Scratch

Home Page:https://www.SAKryukov.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modal Popup from Scratch

The name of this JavaScript single-file unit follows the existing naming tradition: “modal popup” is neither modal nor popup. Unlike alert or prompt, it just mimics modal behavior in the same browser window.

Demo

Features:

  • Button actions
  • End of modal state action
  • Optional cancel button
  • Optional button focused by default
  • Specified or automatic width of a message element
  • Arbitrary markup in a message element
  • Default or comprehensive custom styling
  • Default or user-styled window dimming
  • Blocked access to the rest of a current browser window

Original publication: Modal Popup From Scratch (to be updated)

About

Modal Popup from Scratch

https://www.SAKryukov.org

License:MIT License


Languages

Language:JavaScript 89.7%Language:HTML 9.0%Language:CSS 1.3%