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

Notify is a minimalist jQuery plugin helps you create various types of notification messages while playing a sound effect you specify.

Notification

Documentation

jquery-notify

Setup

$.notifySetup({sound: '/static/audio/notify.wav'});

Use

$('<p>Hello World!</p>').notify(); $('<p>Hello World!</p>').notify('error'); $('<p>Hello World!</p>').notify({sticky: true});
<p class="notify" data-notify-type="error">Error!</p> <p class="notify" data-notify-type="success sticky">Sticky Info</p> <script> $('.notify').notify(); </script>

You May Also Like