🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Modal Alert is an extremely tiny jQuery plugin for displaying a modal-style alert dialog box with subtle CSS3 transition-timing effects on your screen.

Modal alert Dialog

Documentation

Very Simple jQuery Modal Alert

Include jQuery, modal-alerts.js, modal-alerts.css.

Show modal with:

alerts.show({   icon: 'http://icons.iconarchive.com/icons/custom-icon-design/flatastic-8/128/Maintenance-icon.png',   css: 'error',   title: 'An error has occured',   message: 'There was a problem with adding the field to the table. Please contact support.' }); 

Hide modal with:

alerts.hide(); 

You May Also Like