Merge branch 'master' of github.com:kamranahmedse/driver.js
Browse files
readme.md
CHANGED
@@ -47,7 +47,7 @@ npm install driver.js
|
|
47 |
Or include it using CDN. If you want a specific version, put it as `[email protected]` in the name
|
48 |
```html
|
49 |
<script src="https://unpkg.com/driver.js/dist/driver.min.js"></script>
|
50 |
-
<
|
51 |
```
|
52 |
|
53 |
Or grab the code from `dist` directory and include it directly.
|
@@ -356,6 +356,8 @@ activeElement.getNode(); // Gets the DOM Element behind this element
|
|
356 |
|
357 |
Feel free to submit pull requests, create issues or spread the word.
|
358 |
|
|
|
|
|
359 |
## Sponsored By
|
360 |
|
361 |
Thanks to [BrowserStack](https://browserstack.com) for sponsoring the compatibility testing needs.
|
|
|
47 |
Or include it using CDN. If you want a specific version, put it as `[email protected]` in the name
|
48 |
```html
|
49 |
<script src="https://unpkg.com/driver.js/dist/driver.min.js"></script>
|
50 |
+
<link rel="stylesheet" href="https://unpkg.com/driver.js/dist/driver.min.css">
|
51 |
```
|
52 |
|
53 |
Or grab the code from `dist` directory and include it directly.
|
|
|
356 |
|
357 |
Feel free to submit pull requests, create issues or spread the word.
|
358 |
|
359 |
+
[](https://paypal.me/kamranahmedse)
|
360 |
+
|
361 |
## Sponsored By
|
362 |
|
363 |
Thanks to [BrowserStack](https://browserstack.com) for sponsoring the compatibility testing needs.
|