We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297089c commit d73d6bbCopy full SHA for d73d6bb
README.md
@@ -17,9 +17,16 @@ View Detailed [Documentation & Examples](http://craftpip.github.io/jquery-confir
17
18
Download the latest release [here](https://github.com/craftpip/jquery-confirm/archive/master.zip) and use the files within `dist` folder.
19
20
-via Bower: <br>
+via CDN:
21
+`<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.0/jquery-confirm.min.css">`
22
+`<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-confirm/3.1.0/jquery-confirm.min.css"></script>`
23
+
24
+via Bower:
25
`$ bower install craftpip/jquery-confirm`
26
27
+via NPM:
28
+`$ npm install jquery-confirm`
29
30
##Basic Usage
31
32
Showing a confirm box.
0 commit comments