Post-Image

Sweetalert – Create beautiful javascript alerts

Posted on

With Sweetalert you can create beautiful looking javascript alerts. Below is a demo for some basics alerts.
sweetalert3

The default usage is the same as for the javascript window.alert() function. Just call the sweetAlert function with a string as the first argument.

sweetAlert("Hello World");

http://tristanedwards.me/sweetalert

Leave a Reply