Skip to content

Commit 33f4604

Browse files
committed
Updated readme.md v1.1.3
1 parent 443ad79 commit 33f4604

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
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

1626
How 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

4050
Checkout the [documentation](http://craftpip.github.io/jquery-confirm) for further information.
4151

0 commit comments

Comments
 (0)