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

Notey-Fi is a small simple jQuery plugin to create growl-style notification messages on the webpage.

Notification growl-notification

Documentation

Notey-Fi

jQuery Notification Plugin

Getting Started

Include the CSS file notey-fi.css

<link href="/path/to/notey-fi.css" rel="stylesheet" type="text/css">

Include the JS file jquery.notey-fi.js

<script src="/path/to/jquery.flexdatalist.min.js"></script>

Add notification wrapper notey-fi__wrapper

<div class="notey-fi__wrapper"></div>

Fire notification

$('.notey-fi__wrapper').noteyfi("success", 6000, "This is a success notification.", "success__example");

Version History

Version 1 Intital Release

License

Notey-Fi is licensed under the MIT license.


You May Also Like