1- jquery-confirm
2- ================
3- An multipurpose alert, confirm plugin, alternative to the native alert() and confirm() functions.
4- Supports features like auto-close, themes, animations, and more.
1+ <h1 >jquery-confirm </h1 >
2+ * alerts, confirms and dialogs in* *** one.***
3+
4+ A multipurpose plugin for alert, confirm & dialog.
5+ With rich set of features,
6+
7+ &bull ; directly load content via Ajax,
8+ &bull ; Auto-close dialog after a specified time,
9+ &bull ; prevent Dialog close on background click,
10+ &bull ; callback function, and more..
11+
12+ VERSION 1.1.3
13+
14+ View Detailed [ Documentation & Examples] ( http://craftpip.github.io/jquery-confirm )
515
616## Installation
717
@@ -15,7 +25,7 @@ and finally via Javascript run `$.alert()` or `$.confirm()`.
1525
1626How to respond to user action
1727``` js
18- $ .alert ({
28+ $ .confirm ({
1929 confirm : function (){
2030 console .log (' the user clicked confirm' );
2131 },
@@ -35,7 +45,7 @@ See Detailed Docs + Example [here](http://craftpip.github.io/jquery-confirm).
3545
3646## jconfirm alias
3747
38- The ` $.alert() ` & ` $.confirm() ` are alias of ` jconfirm(); ` .
48+ The ` $.alert() ` , ` $.confirm() ` & ` $.dialog ()` are alias of ` jconfirm(); ` .
3949
4050Checkout the [ documentation] ( http://craftpip.github.io/jquery-confirm ) for further information.
4151
0 commit comments