Hi All,
in the db-table-grid.php, there is a line:
<script src="http://wenzhixin.net.cn/p/multiple-select/jquery.multiple.select.js"></script>
however, this js is not available, only under another name: "multiple-select.js"
Am I missing something, or wasn't it a problem to anyone else?
best wishes,
Peter Albert
1 Answers
I've updated the demo by linking it from CDN.
<link href="https://gitcdn.xyz/repo/wenzhixin/multiple-select/master/multiple-select.css" rel="stylesheet" />
<script src="https://gitcdn.xyz/repo/wenzhixin/multiple-select/master/multiple-select.js"></script>
Your Answer