Custom jQuery Alert / Popup Box jQuery Plugin – popup.js
Do you want to add customised popup or alert box on your website if yes then in this post I am going to share simple jQuery plugin called popup.js which help your to create customised alert box for your website with callback action. You can also easily create confirm alert popup with Ok and Cancel button with customised options with callback method.

Libraries
The plugin is dependent on jQuery Core library so include it first after that add plugins CSS+JS library.
Open a basic alert dialog box on button click
Open a temporary alert box that automatically dismisses after a timeout you specify
Open a alert box callback method
Open a popup dialog With Confirm And Cancel Buttons
See live demo and download source code.
DEMO | DOWNLOAD
Visit official github repository for more information and follow for future updates. Don’t forget to read license for using this plugin in your projects.