@@ -18,10 +18,10 @@ View Detailed [Documentation & Examples](http://craftpip.github.io/jquery-confir
1818
1919Download the latest release [ here] ( https://github.com/craftpip/jquery-confirm/archive/master.zip ) and use the files within ` dist ` folder.
2020
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 `
2525
2626##Basic Usage
2727
@@ -55,39 +55,38 @@ The `$.alert()` , `$.confirm()` & `$.dialog()` are alias of `jconfirm();`.
5555
5656Checkout the [ documentation] ( http://craftpip.github.io/jquery-confirm ) for further information.
5757
58- ## version changes
58+ ## Version changes
5959
6060(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.
6767
6868(New in 1.5.1)
69- & bull ; Bower added.
69+ * Bower added.
7070
7171(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.
7676
7777(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.
8887
8988(New in 1.1.0)
90- & bull ; Ajax content loading ` content: 'url:loadfrom.html' ` .
89+ * Ajax content loading ` content: 'url:loadfrom.html' ` .
9190
9291## Copyright and license
9392
0 commit comments