Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 146: | Line 146: | ||
}); | }); | ||
const chk = Array.from(document.querySelectorAll('#data-source-filter input[type="checkbox"]:checked')).map(el => el.value); | document.getElementById('data-source-filter').addEventListener('change', function(event) { | ||
console.log(chk) | console.log(event) | ||
}); | |||
// const chk = Array.from(document.querySelectorAll('#data-source-filter input[type="checkbox"]:checked')).map(el => el.value); | |||
// console.log(chk) | |||
}); | }); | ||
</script> | </script> |
Revision as of 13:36, 8 June 2022
Development verstion of the DCT List.
Not ready for production!