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 e2dc876 commit 240f76bCopy full SHA for 240f76b
examples/cdn-es5/index.html
@@ -3,15 +3,10 @@
3
<head>
4
<meta charset="UTF-8" />
5
<title>CDN (no build) - ActiveWidgets/jQuery</title>
6
-
+ <link href="src/styles.css" rel="stylesheet" />
7
<script src="https://polyfill.io/v3/polyfill.min.js?features=Promise"></script>
8
9
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js"></script>
10
11
- <link href="https://cdn.activewidgets.com/jquery/3/ax.css" rel="stylesheet" />
12
- <script src="https://cdn.activewidgets.com/jquery/3/ax.js"></script>
13
14
- <link href="src/styles.css" rel="stylesheet" />
+ <script src="https://cdn.activewidgets.com/jquery"></script>
15
</head>
16
<body>
17
<ax-datagrid>Loading...</ax-datagrid>
0 commit comments