Uncategorized

A JavaScript Notification Service (Miscellaneous)

By Acty, December 20, 2017

A JavaScript plugin to display notifications in your application. The Notification Service provides a global notify() function that is accessible from everywhere in your JavaScript application. A notification consists of a title and a message. You can choose between three types of notifications: error, warning, and info. Each type has a different style.

The Notification Service includes a JavaScript file and a CSS file. Furthermore, an HTML file is included that provides you with information about the setup and usage.

Please note that the HTML and CSS files of the preview website are not included.

Customizations:

  • Set the time how long notifications are visible to the user.
  • Set the maximum number of notifications that can be displayed at the same time.
  • You can change the color codes of the notification types in the CSS file to match your styles.