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

The Fake Push jQuery plugin helps developers to create browser push notification style alert popup displayed in the lower right corner of the page.

Notification push-notification

Documentation

Fake Push js

Small file for fake Browsere Notification in HTML5.

🚀 Try yourself at jsfiddle

First, Import plugin with cdn after jquery:

  <script src="https://cdn.jsdelivr.net/gh/MwSpaceLLC/[email protected]/fake-push.min.js"></script> 

Then Fire your first Notification!

  $.push('Title', 'Description','icon.png') 

👻 This append in your body the element created by javascript


You May Also Like