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.