@@ -18,10 +18,10 @@ View Detailed [Documentation & Examples](http://craftpip.github.io/jquery-confir
18
18
19
19
Download the latest release [ here] ( https://github.com/craftpip/jquery-confirm/archive/master.zip ) and use the files within ` dist ` folder.
20
20
21
- via Bower:
22
- ` $ bower install craftpip/jquery-confirm `
23
- via Npm:
24
- ` $ npm install jquery-confirm `
21
+ via Bower: < br >
22
+ ` $ bower install craftpip/jquery-confirm ` < br >
23
+ via Npm: < br >
24
+ ` $ npm install jquery-confirm `
25
25
26
26
##Basic Usage
27
27
@@ -55,39 +55,38 @@ The `$.alert()` , `$.confirm()` & `$.dialog()` are alias of `jconfirm();`.
55
55
56
56
Checkout the [ documentation] ( http://craftpip.github.io/jquery-confirm ) for further information.
57
57
58
- ## version changes
58
+ ## Version changes
59
59
60
60
(New in 1.5.3)
61
- & bull ; Bounce Animation added (kind of elastic).
62
- & bull ; Hide title if false.
63
- & bull ; Keyboard action, SPACE key added to trigger confirm function.
64
- & bull ; Background now has fade animation (open & close).
65
- & bull ; Keep a record of opened, closed, currentlyOpened dialogs ` jconfirm.record ` .
66
- & bull ; Tweaks.
61
+ * Bounce Animation added (kind of elastic).
62
+ * Hide title if false.
63
+ * Keyboard action, SPACE key added to trigger confirm function.
64
+ * Background now has fade animation (open & close).
65
+ * Keep a record of opened, closed, currentlyOpened dialogs ` jconfirm.record ` .
66
+ * Tweaks.
67
67
68
68
(New in 1.5.1)
69
- & bull ; Bower added.
69
+ * Bower added.
70
70
71
71
(New in 1.5.0)
72
- & bull ; Keyboard support to control modal. (ENTER and ESC).
73
- & bull ; Control over the dialog via ` this ` .
74
- & bull ; Updated DOCUMENTATION.
75
- & bull ; Code optimized.
72
+ * Keyboard support to control modal. (ENTER and ESC).
73
+ * Control over the dialog via ` this ` .
74
+ * Updated DOCUMENTATION.
75
+ * Code optimized.
76
76
77
77
(New in 1.1.3)
78
- &bull ; ` $.dialog ` alias added.
79
- &bull ; Refined animations.
80
- &bull ; Removed Blur animation (was buggy).
81
- &bull ; Animation speed fixed.
82
- &bull ; Ajax-content loading now waits and disabled buttons until loaded.
83
- &bull ; Modal center justified on screen.
84
- &bull ; Added close icon if buttons are disabled (dialog mode).
85
- &bull ; Disabled window scroll on modal open.
86
- &bull ; Fixed bugs.
87
-
78
+ * ` $.dialog ` alias added.
79
+ * Refined animations.
80
+ * Removed Blur animation (was buggy).
81
+ * Animation speed fixed.
82
+ * Ajax-content loading now waits and disabled buttons until loaded.
83
+ * Modal center justified on screen.
84
+ * Added close icon if buttons are disabled (dialog mode).
85
+ * Disabled window scroll on modal open.
86
+ * Fixed bugs.
88
87
89
88
(New in 1.1.0)
90
- & bull ; Ajax content loading ` content: 'url:loadfrom.html' ` .
89
+ * Ajax content loading ` content: 'url:loadfrom.html' ` .
91
90
92
91
## Copyright and license
93
92
0 commit comments