@@ -69,41 +69,41 @@ npm run build
69
69
` CSS `
70
70
71
71
``` html
72
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@8.3.0 /dist/css/autoComplete.min.css" >
72
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@8.3.1 /dist/css/autoComplete.min.css" >
73
73
```
74
74
75
75
` JS `
76
76
77
77
``` html
78
- <script src =" https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@8.3.0 /dist/js/autoComplete.min.js" ></script >
78
+ <script src =" https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@8.3.1 /dist/js/autoComplete.min.js" ></script >
79
79
```
80
80
81
81
- <a href =" https://cdnjs.com/libraries/tarekraafat-autocomplete.js " ><img src =" ./img/logos/cdnjs_logo.png " alt =" cdnjs Logo " width =" 100px " ></a > CDN
82
82
83
83
` CSS `
84
84
85
85
``` html
86
- <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/tarekraafat-autocomplete.js/8.3.0 /css/autoComplete.min.css" >
86
+ <link rel =" stylesheet" href =" https://cdnjs.cloudflare.com/ajax/libs/tarekraafat-autocomplete.js/8.3.1 /css/autoComplete.min.css" >
87
87
```
88
88
89
89
` JS `
90
90
91
91
``` html
92
- <script src =" https://cdnjs.cloudflare.com/ajax/libs/tarekraafat-autocomplete.js/8.3.0 /js/autoComplete.min.js" ></script >
92
+ <script src =" https://cdnjs.cloudflare.com/ajax/libs/tarekraafat-autocomplete.js/8.3.1 /js/autoComplete.min.js" ></script >
93
93
```
94
94
95
- - <a href =" https://unpkg.com/browse/@tarekraafat/autocomplete.js@8.3.0 / " ><img src =" ./img/logos/unpkg_logo.png " alt =" unpkg Logo " width =" 100px " ></a > CDN
95
+ - <a href =" https://unpkg.com/browse/@tarekraafat/autocomplete.js@8.3.1 / " ><img src =" ./img/logos/unpkg_logo.png " alt =" unpkg Logo " width =" 100px " ></a > CDN
96
96
97
97
` CSS `
98
98
99
99
``` html
100
- <link rel =" stylesheet" href =" https://unpkg.com/@tarekraafat/autocomplete.js@8.3.0 /dist/css/autoComplete.css" >
100
+ <link rel =" stylesheet" href =" https://unpkg.com/@tarekraafat/autocomplete.js@8.3.1 /dist/css/autoComplete.css" >
101
101
```
102
102
103
103
` JS `
104
104
105
105
``` html
106
- <script src =" https://unpkg.com/@tarekraafat/autocomplete.js@8.3.0 /dist/js/autoComplete.min.js" ></script >
106
+ <script src =" https://unpkg.com/@tarekraafat/autocomplete.js@8.3.1 /dist/js/autoComplete.min.js" ></script >
107
107
```
108
108
109
109
- <img src =" ./img/logos/html_logo.png " alt =" HTML Logo " width =" 40px " > HTML Local load
@@ -151,7 +151,7 @@ const autoComplete = require("@tarekraafat/autocomplete.js/dist/js/autoComplete"
151
151
``` html
152
152
<link rel =" stylesheet" href =" ./css/autoComplete.css" >
153
153
OR
154
- <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@8.3.0 /dist/css/autoComplete.min.css" >
154
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@8.3.1 /dist/css/autoComplete.min.css" >
155
155
```
156
156
157
157
2 . Assign the default ` id ` value ` "autoComplete" ` to the desired input field or use any custom ` id/class ` and configure the API selector accordingly in ` Step 4 `
166
166
<script src =" ./js/autoComplete.min.js" ></script >
167
167
<script src =" ./js/index.js" ></script >
168
168
OR
169
- <script src =" https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@8.3.0 /dist/js/autoComplete.min.js" ></script >
169
+ <script src =" https://cdn.jsdelivr.net/npm/@tarekraafat/autocomplete.js@8.3.1 /dist/js/autoComplete.min.js" ></script >
170
170
<script src =" ./js/index.js" ></script >
171
171
```
172
172
0 commit comments