Vanilla JS Alert Modal Examples

Download Back To CSSScript.Com

An extremely lightweight JavaScript library for creating modal-style alert popups with ease.

Default close button



show_alert('Default close button', 'Just a simple close button.')

Custom close button



show_alert('Custom close button', 'Close button with custom text label.', false, 'Ok')

No close button



show_alert('No close button', 'No way to close alert, refresh tab.', true)