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 d4ee80d commit 49bc67eCopy full SHA for 49bc67e
README.md
@@ -4,6 +4,16 @@ JQuery wrapper for [Grid.js](https://gridjs.io/)
4
5
## Install
6
7
+Include jQuery and gridjs-jquery in the `<head>` tag:
8
+
9
+```html
10
+<script src="https://unpkg.com/jquery/dist/jquery.min.js"></script>
11
+<script src="https://unpkg.com/gridjs-jquery/dist/gridjs.production.min.js"></script>
12
+<link rel="stylesheet" type="text/css" href="https://unpkg.com/gridjs/dist/theme/mermaid.min.css" />
13
+```
14
15
+or install using NPM:
16
17
```bash
18
npm install --save gridjs-jquery
19
```
0 commit comments