We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed1680 commit 3da3e7aCopy full SHA for 3da3e7a
README.md
@@ -17,6 +17,12 @@ $ bower i --save parallax.js
17
<script src="/path/to/parallax.min.js"></script>
18
```
19
20
+Use these CDN links, provided by jsDelivr.com
21
+```html
22
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
23
+<script src="https://cdn.jsdelivr.net/parallax.js/1.4.2/parallax.min.js"></script>
24
+```
25
+
26
## Usage
27
28
### Via data attributes
0 commit comments