File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ <h5>CDN</h5>
31
31
< div style ="background: #f7f7f7; padding: 10px ">
32
32
< pre >
33
33
<!-- Latest compiled and minified CSS -->
34
- <link href="< span style ="color:#0a3069 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@4.2 .0/dist/styles/css/multiple-select.css</ span > " rel="< span style ="color:#0a3069 "> stylesheet</ span > ">
34
+ <link href="< span style ="color:#0a3069 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@4.3 .0/dist/styles/css/multiple-select.css</ span > " rel="< span style ="color:#0a3069 "> stylesheet</ span > ">
35
35
36
36
<!-- (ESM requires < span style ="color:#d63384 "> type="module"</ span > ) Latest compiled and minified JavaScript -->
37
- <script type="module" src="< span style ="color:#0a3069 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@4.2 .0/dist/browser/multiple-select.js</ span > "></script>
37
+ <script type="module" src="< span style ="color:#0a3069 "> https://cdn.jsdelivr.net/npm/multiple-select-vanilla@4.3 .0/dist/browser/multiple-select.js</ span > "></script>
38
38
</ div >
39
39
40
40
< quote >
59
59
< pre >
60
60
// ESM
61
61
< span style ="color:#cf222e "> import</ span > { multipleSelect } < span style ="color:#cf222e "> from</ span > < span style ="color:#0a3069 "> 'multiple-select-vanilla'</ span > ;
62
- < span style ="color:#6639ba "> multipleSelect</ span > (< span style ="color:#0a3069 "> '.multiple-select'</ span > , {< span style ="color:#a0a1a7 "> /* ...*/ </ span > });
62
+ < span style ="color:#6639ba "> multipleSelect</ span > (< span style ="color:#0a3069 "> '.multiple-select'</ span > , {< span style ="color:#a0a1a7 "> /* [options] ... */ </ span > });
63
63
</ pre >
64
64
</ div >
65
65
You can’t perform that action at this time.
0 commit comments