ahNotification.js is a JavaScript library that provides simple, elegant, responsive, and functional notifications. Simple and lightweight notification library providing 4 types of flash messages with dedicated action buttons for web applications.
notification api example, web push notifications example, html5 notifications example, web notification example, how to implement notification in web application
How to make use of it:
1. Insert the ahNotification.js
JavaScript library into your webpage.
<script id="ahNotification" src="ahNotification.min.js"></script>
2. Display a notification popup on the display screen utilizing the popupNotification
method.
popupNotification('Info', 'Info messages'); popupNotification('Success', 'Success messages'); popupNotification('Warnings', 'Warning messages'); popupNotification('Error', 'Error messages');
3. Create an affirmation popup.
popupNotification('Warnings', 'Are You Sure?', true, myFunction);
Simple Interactable Notifications For Web App, ahNotification.js Plugin/Github, push notification javascript
See Demo And Download
Official Website(ahmadhayyan): Click Here
This superior jQuery/javascript plugin is developed by ahmadhayyan. For extra Advanced Usages, please go to the official website.