Simple responsive jQuery alerts for any size window or screen. They come in three types: error, success, and alert.

new Simplert (

‘success’, // Set type

‘You did it!’ // Set message

).show(); // Display alert

View on GitHub