Widget: DCTList: Difference between revisions
From LINKS Community Center
Eschmidt (talk | contribs) No edit summary |
Eschmidt (talk | contribs) No edit summary |
||
Line 88: | Line 88: | ||
} | } | ||
/** @param {DCT} dct */ | /** | ||
* @param {DCT} dct | |||
* @param {Partial<DCT>} params | |||
*/ | |||
function dctFilter(dct, params) { | function dctFilter(dct, params) { | ||
return true; | return true; | ||
Line 146: | Line 149: | ||
}) | }) | ||
$(document).ready(function () { | |||
const checked1 = $('#data-source-filter input[type="checkbox"]:checked').map((idx, el) => el.value) | |||
console.log(checked1) | |||
//your code here | |||
}); | |||
</script> | </script> | ||
Revision as of 12:21, 8 June 2022
Development verstion of the DCT List.
Not ready for production!